FileChooserT.removeShortcutFolder

Removes a folder from a file chooser's list of shortcut folders. Since 2.4

template FileChooserT(TStruct)
int
removeShortcutFolder
(
string folder
)

Parameters

folder string

filename of the folder to remove. [type filename]

Return Value

Type: int

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