aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-bookmark-toolitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bookmarks/ephy-bookmark-toolitem.h')
-rw-r--r--src/bookmarks/ephy-bookmark-toolitem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bookmarks/ephy-bookmark-toolitem.h b/src/bookmarks/ephy-bookmark-toolitem.h
index 1e817b0b7..f8248637e 100644
--- a/src/bookmarks/ephy-bookmark-toolitem.h
+++ b/src/bookmarks/ephy-bookmark-toolitem.h
@@ -43,6 +43,9 @@ typedef struct _EphyBookmarkToolitemPrivate EphyBookmarkToolitemPrivate;
struct _EphyBookmarkToolitemClass
{
EggToolItemClass parent_class;
+
+ void (* activated) (EphyBookmarkToolitem *item,
+ const char *text);
};
struct _EphyBookmarkToolitem