From d87812b63f78717e5b82c9a2170769a89b91eefd Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 12 Jul 2010 17:08:10 +0000 Subject: [shell] Focus the selected annotation in the sidebar --- (limited to 'shell/ev-sidebar-annotations.h') 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; -- cgit v0.9.1