Method

GtkRecentChooserlist_filters

since: 2.10

Declaration [src]

GSList*
gtk_recent_chooser_list_filters (
  GtkRecentChooser* chooser
)

Description [src]

Gets the GtkRecentFilter objects held by chooser.

Available since: 2.10

Return value

Type: A list of GtkRecentFilter*

A singly linked list of GtkRecentFilter objects. You should just free the returned list using g_slist_free().

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