Function places::storage::bookmarks::delete_bookmark

source ·
pub fn delete_bookmark(db: &PlacesDb, guid: &Guid) -> Result<bool>
Expand description

Delete the specified bookmark. Returns true if a bookmark with the guid existed and was deleted, false otherwise.