Method

GtkFileDialogset_shortcut_folders

Declaration [src]

void
gtk_file_dialog_set_shortcut_folders (
  GtkFileDialog* self,
  GListModel* shortcut_folders
)

Description [src]

Sets the shortcut folders that will be available to the user in the file chooser dialog.

Available since:4.10

Parameters

shortcut_folders GObject
 

A GListModel of GFiles

 The data is owned by the caller of the function.