Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-sidebar-links.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-sidebar-links.h')
-rw-r--r--shell/ev-sidebar-links.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/ev-sidebar-links.h b/shell/ev-sidebar-links.h
index b9691e3..533f99c 100644
--- a/shell/ev-sidebar-links.h
+++ b/shell/ev-sidebar-links.h
@@ -48,6 +48,9 @@ struct _EvSidebarLinks {
struct _EvSidebarLinksClass {
GtkVBoxClass base_class;
+
+ void (* link_activated) (EvSidebarLinks *sidebar_links,
+ EvLink *link);
};
GType ev_sidebar_links_get_type (void);