Function

GtkWindowset_default_icon_name

since: 2.6

Declaration [src]

void
gtk_window_set_default_icon_name (
  const gchar* name
)

Description [src]

Sets an icon to be used as fallback for windows that haven’t had gtk_window_set_icon_list() called on them from a named themed icon, see gtk_window_set_icon_name().

Available since: 2.6

Parameters

name

Type: const gchar*

The name of the themed icon.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.