GtkRecentChooserIface.listFilters

struct GtkRecentChooserIface
extern (C)
GSList* function(GtkRecentChooser* chooser) listFilters;

Return Value

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

Meta