diff options
author | Daniel Carl <danielcarl@gmx.de> | 2013-07-08 21:07:31 +0200 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2013-07-08 21:07:31 +0200 |
commit | 5ed64b2f123767ed1012d3ed8dabc2af77376a61 (patch) | |
tree | d57ffa1e50d31c5729742ea78b7cd8b31d6e7062 /src/bookmark.h | |
parent | 5dfca088895e9f7423ff9d8b9f64e95c06b574ed (diff) |
Added command 'bookmark-remove' or 'bmr'.
This allows to remove bookmark for bookmark file.
Diffstat (limited to 'src/bookmark.h')
-rw-r--r-- | src/bookmark.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bookmark.h b/src/bookmark.h index 0404601..8d8968c 100644 --- a/src/bookmark.h +++ b/src/bookmark.h @@ -21,6 +21,7 @@ #define _BOOKMARK_H gboolean bookmark_add(const char *uri, const char *tags); +gboolean bookmark_remove(const char *uri); GList *bookmark_get_by_tags(const char *tags); #endif /* end of include guard: _BOOKMARK_H */ |