Method
GtkFileChooserget_filters
deprecated: 4.10
Declaration [src]
GListModel*
gtk_file_chooser_get_filters (
GtkFileChooser* chooser
)
Description [src]
Gets the current set of user-selectable filters, as a list model.
See gtk_file_chooser_add_filter()
and
gtk_file_chooser_remove_filter()
for changing individual filters.
You should not modify the returned list model. Future changes to
chooser
may or may not affect the returned model.
Deprecated since: 4.10
Use GtkFileDialog
instead.
Gets property | Gtk.FileChooser:filters |