Gtk.FileChooser.prototype.remove_shortcut_folder

function remove_shortcut_folder(folder:filename):Boolean {
    // Gjs wrapper for gtk_file_chooser_remove_shortcut_folder()
}

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

Since 2.4

folder

filename 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