summaryrefslogtreecommitdiff
path: root/shell/ev-sidebar-annotations.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-sidebar-annotations.h')
-rw-r--r--shell/ev-sidebar-annotations.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/shell/ev-sidebar-annotations.h b/shell/ev-sidebar-annotations.h
index 9aa7181c..db80983f 100644
--- a/shell/ev-sidebar-annotations.h
+++ b/shell/ev-sidebar-annotations.h
@@ -53,10 +53,11 @@ struct _EvSidebarAnnotationsClass {
void (* annot_add_cancelled) (EvSidebarAnnotations *sidebar_annots);
};
-GType ev_sidebar_annotations_get_type (void) G_GNUC_CONST;
-GtkWidget *ev_sidebar_annotations_new (void);
-void ev_sidebar_annotations_annot_added (EvSidebarAnnotations *sidebar_annots,
- EvAnnotation *annot);
+GType ev_sidebar_annotations_get_type (void) G_GNUC_CONST;
+GtkWidget *ev_sidebar_annotations_new (void);
+void ev_sidebar_annotations_annot_added (EvSidebarAnnotations *sidebar_annots,
+ EvAnnotation *annot);
+void ev_sidebar_annotations_annot_removed (EvSidebarAnnotations *sidebar_annots);
G_END_DECLS
#endif /* __EV_SIDEBAR_ANNOTATIONS_H__ */