Method

GtkFileChooseradd_shortcut_folder

Declaration [src]

gboolean
gtk_file_chooser_add_shortcut_folder (
  GtkFileChooser* chooser,
  GFile* folder,
  GError** error
)

Description [src]

Adds a folder to be displayed with the shortcut folders in a file chooser.

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 an error.

The argument can be NULL.
The argument will be set to NULL by the function if there are no errors.
In case of error, the argument will be set and the caller will take ownership of the data, and be responsible for freeing it.

Return value

Type: gboolean

TRUE if the folder could be added successfully, FALSE otherwise.