FileChooserIF.removeShortcutFolderUri

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

interface FileChooserIF
bool
removeShortcutFolderUri
(
string uri
)

Parameters

uri string

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

Throws

GException on failure.

Meta