Method

GtkFileChooserlist_filters

since: 2.4

Declaration [src]

GSList*
gtk_file_chooser_list_filters (
  GtkFileChooser* chooser
)

Description [src]

Lists the current set of user-selectable filters; see gtk_file_chooser_add_filter(), gtk_file_chooser_remove_filter().

Available since: 2.4

Return value

Type: A list of GtkFileFilter*

A GSList containing the current set of user selectable filters. The contents of the list are owned by GTK+, but you must free the list itself with g_slist_free() when you are done with it.

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