FileChooserT.getFilters

Gets the current set of user-selectable filters, as a list model.

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 @chooser may or may not affect the returned model.

template FileChooserT(TStruct)
ListModelIF
getFilters
()

Return Value

Type: ListModelIF

a GListModel containing the current set of user-selectable filters.

Meta