Method

GtkFileDialogset_filters

Declaration [src]

void
gtk_file_dialog_set_filters (
  GtkFileDialog* self,
  GListModel* filters
)

Description [src]

Sets the filters that will be offered to the user in the file chooser dialog.

Available since:4.10
Sets propertyGtk.FileDialog:filters

Parameters

filters GObject
 

A GListModel of GtkFileFilters

 The data is owned by the caller of the function.