diff options
Diffstat (limited to 'src/bookmarks/ephy-new-bookmark.h')
-rw-r--r-- | src/bookmarks/ephy-new-bookmark.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bookmarks/ephy-new-bookmark.h b/src/bookmarks/ephy-new-bookmark.h index 39c1f2f4a..fae8e3b7c 100644 --- a/src/bookmarks/ephy-new-bookmark.h +++ b/src/bookmarks/ephy-new-bookmark.h @@ -54,6 +54,10 @@ GtkWidget *ephy_new_bookmark_new (EphyBookmarks *bookmarks, GtkWindow *parent, const char *location); +gboolean ephy_new_bookmark_is_unique (EphyBookmarks *bookmarks, + GtkWindow *parent, + const char *location); + void ephy_new_bookmark_set_title (EphyNewBookmark *bookmark, const char *title); |