GtkFileSelection::set_select_multiple

void set_select_multiple(bool select_multiple);

Use this method if you want to allow the user to select multiple files in the file list of the file selection dialog. After selection, you may use get_select_multiple() to return a list of the files selected by the user.

See also: get_select_multiple()