FileChooserT.removeShortcutFolderUri

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

template FileChooserT(TStruct)
int
removeShortcutFolderUri
(
string uri
)

Parameters

uri string

URI of the folder to remove

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_uri()

Throws

GException on failure.

Meta