list_filters


Description:

[ Version ( since = "2.4" ) ]
public SList<unowned FileFilter> list_filters ()

Lists the current set of user-selectable filters; see add_filter, remove_filter.

Parameters:

this

a FileChooser

Returns:

a SList 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.