diff options
Diffstat (limited to 'src/bookmarks/ephy-new-bookmark.h')
-rw-r--r-- | src/bookmarks/ephy-new-bookmark.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bookmarks/ephy-new-bookmark.h b/src/bookmarks/ephy-new-bookmark.h index 7e1091f50..d0219ea14 100644 --- a/src/bookmarks/ephy-new-bookmark.h +++ b/src/bookmarks/ephy-new-bookmark.h @@ -57,6 +57,9 @@ GtkWidget *ephy_new_bookmark_new (EphyBookmarks *bookmarks, void ephy_new_bookmark_set_title (EphyNewBookmark *bookmark, const char *title); +void ephy_new_bookmark_set_icon (EphyNewBookmark *bookmark, + const char *icon); + void ephy_new_bookmark_set_smarturl (EphyNewBookmark *bookmark, const char *url); |