Method

GtkWindowget_icon_name

since: 2.6

Declaration [src]

const gchar*
gtk_window_get_icon_name (
  GtkWindow* window
)

Description [src]

Returns the name of the themed icon for the window, see gtk_window_set_icon_name().

Available since: 2.6

Gets propertyGtk.Window:icon-name

Return value

Type: const gchar*

The icon name or NULL if the window has no themed icon.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.