]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-view.h
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / libview / ev-view.h
index d4ee577e7fc5b307b6dedb4bbf8930517cf3ace5..06f5b30d550c50cdaddc143dedf9a0c1692155bb 100644 (file)
@@ -103,6 +103,12 @@ gboolean       ev_view_get_page_extents   (EvView       *view,
                                            gint          page,
                                            GdkRectangle *page_area,
                                            GtkBorder    *border);
+/* Annotations */
+void           ev_view_focus_annotation      (EvView          *view,
+                                             EvMapping       *annot_mapping);
+void           ev_view_begin_add_annotation  (EvView          *view,
+                                             EvAnnotationType annot_type);
+void           ev_view_cancel_add_annotation (EvView          *view);
 
 G_END_DECLS