Function

GtkWindowget_default_icon_list

Declaration [src]

GList*
gtk_window_get_default_icon_list (
  void
)

Description [src]

Gets the value set by gtk_window_set_default_icon_list(). The list is a copy and should be freed with g_list_free(), but the pixbufs in the list have not had their reference count incremented.

Return value

Type: A list of GdkPixbuf*

Copy of default icon list.

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