Method

GtkFileDialogset_current_filter

unstable since: 4.10

Declaration [src]

void
gtk_file_dialog_set_current_filter (
  GtkFileDialog* self,
  GtkFileFilter* filter
)

Description [src]

Sets the filters that will be selected by default in the file chooser dialog.

Available since: 4.10

Parameters

filter

Type: GtkFileFilter

A GtkFileFilter

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