GLib.BookmarkFile.prototype.remove_item

function remove_item(uri: String): Boolean {
    // Gjs wrapper for g_bookmark_file_remove_item()
}
  

Removes the bookmark for uri from the bookmark file bookmark.

Since 2.12

uri

a valid URI

Returns

true if the bookmark was removed successfully.