get_filters
Description:
Gets the current set of user-selectable filters, as a list model.
Note:
Use [class@Gtk.FileDialog] instead
See [method@Gtk.FileChooser.add_filter] and [method@Gtk.FileChooser.remove_filter] for changing individual filters.
You should not modify the returned list model. Future changes to this may or may not affect the returned model.
Parameters:
this |
a `GtkFileChooser` |
Returns:
a `GListModel` containing the current set of user-selectable filters. |