FileChooserT.removeShortcutFolderUri

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

template FileChooserT()
override
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.FileChooser.addShortcutFolderUri

Throws