gtkFileChooserRemoveShortcutFolderUri {RGtk2} | R Documentation |
Removes a folder URI from a file chooser's list of shortcut folders.
gtkFileChooserRemoveShortcutFolderUri(object, uri, .errwarn = TRUE)
|
[GtkFileChooser ] a GtkFileChooser |
|
[char] URI of the folder to remove |
.errwarn |
Whether to issue a warning on error or fail silently |
Since 2.4
A list containing the following elements:
retval |
[logical] TRUE if the operation succeeds, FALSE otherwise.
In the latter case, the error will be set as appropriate.
See also: gtkFileChooserAddShortcutFolderUri |
|
[GError ] location to store error, or NULL |
Derived by RGtkGen from GTK+ documentation