Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-sidebar-annotations.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-07-12 17:08:10 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-07-12 17:12:02 (GMT)
commitd87812b63f78717e5b82c9a2170769a89b91eefd (patch)
treef7c113d8ea1a32d6411a6576506641cad06f6668 /shell/ev-sidebar-annotations.h
parent726e082719d0148eae6744b962ee1fc05b5af5a4 (diff)
[shell] Focus the selected annotation in the sidebar
Diffstat (limited to 'shell/ev-sidebar-annotations.h')
-rw-r--r--shell/ev-sidebar-annotations.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ev-sidebar-annotations.h b/shell/ev-sidebar-annotations.h
index 72c5cc3..8762d78 100644
--- a/shell/ev-sidebar-annotations.h
+++ b/shell/ev-sidebar-annotations.h
@@ -46,6 +46,8 @@ struct _EvSidebarAnnotations {
struct _EvSidebarAnnotationsClass {
GtkVBoxClass base_class;
+ void (* annot_activated) (EvSidebarAnnotations *sidebar_annots,
+ EvMapping *mapping);
};
GType ev_sidebar_annotations_get_type (void) G_GNUC_CONST;