FileChooserIF.removeShortcutFolder

Removes a folder from a file chooser’s list of shortcut folders.

interface FileChooserIF
bool
removeShortcutFolder
(
string folder
)

Parameters

folder string

filename of the folder to remove

Return Value

Type: bool

TRUE if the operation succeeds, FALSE otherwise. In the latter case, the error will be set as appropriate.

See also: gtk_file_chooser_add_shortcut_folder()

Throws

GException on failure.

Meta