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 a GError*, or NULL.

Return value

Type: gboolean

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