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

Parameters

filters GListModel*
 

A GListModel of GtkFileFilters

 The argument can be NULL.
 The data is owned by the caller of the function.