Function

GtkWindowget_default_icon_name

since: 2.16

Declaration [src]

const gchar*
gtk_window_get_default_icon_name (
  void
)

Description [src]

Returns the fallback icon name for windows that has been set with gtk_window_set_default_icon_name(). The returned string is owned by GTK+ and should not be modified. It is only valid until the next call to gtk_window_set_default_icon_name().

Available since: 2.16

Return value

Type: const gchar*

The fallback icon name for windows.

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