Method

GtkFileChooserset_select_multiple

deprecated: 4.10 

Declaration [src]

void
gtk_file_chooser_set_select_multiple (
  GtkFileChooser* chooser,
  gboolean select_multiple
)

Description [src]

Sets whether multiple files can be selected in the file chooser.

This is only relevant if the action is set to be GTK_FILE_CHOOSER_ACTION_OPEN or GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER.

Deprecated since: 4.10

Use GtkFileDialog instead.

Parameters

select_multiple

Type: gboolean

TRUE if multiple files can be selected.