Method
GtkFileChooseradd_shortcut_folder
Declaration [src]
gboolean
gtk_file_chooser_add_shortcut_folder (
GtkFileChooser* chooser,
GFile* folder,
GError** error
)
Parameters
folder
-
Type:
GFile
A
GFile
for the folder to add.The data is owned by the caller of the function. error
-
Type:
GError **
The return location for a
GError*
, orNULL
.