]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-view.h
Preliminary support for adding new annotations
[evince.git] / libview / ev-view.h
index 712d5546c339e65307f8aa4d3d528f4d5baf2a1b..06f5b30d550c50cdaddc143dedf9a0c1692155bb 100644 (file)
@@ -103,9 +103,12 @@ gboolean       ev_view_get_page_extents   (EvView       *view,
                                            gint          page,
                                            GdkRectangle *page_area,
                                            GtkBorder    *border);
-
-void           ev_view_focus_annotation   (EvView       *view,
-                                          EvMapping    *annot_mapping);
+/* 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