Gtk.FileChooser.prototype.remove_shortcut_folder_uri
function remove_shortcut_folder_uri(uri:String):Boolean { // Gjs wrapper for gtk_file_chooser_remove_shortcut_folder_uri() }
Removes a folder URI from a file chooser's list of shortcut folders.
Since 2.4
- uri
URI of the folder to remove
- Returns
true if the operation succeeds, false otherwise. In the latter case, the @error will be set as appropriate. See also: Gtk.FileChooser.prototype.add_shortcut_folder_uri