Method

GtkWindowget_icon_list

Declaration [src]

GList*
gtk_window_get_icon_list (
  GtkWindow* window
)

Description [src]

Retrieves the list of icons set by gtk_window_set_icon_list(). The list is copied, but the reference count on each member won’t be incremented.

Return value

Type: A list of GdkPixbuf*

Copy of window’s icon list.

The caller of the method takes ownership of the returned data container, but not the data inside it.