X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libview%2Fev-view.h;h=06f5b30d550c50cdaddc143dedf9a0c1692155bb;hb=2dd348d6fe62d96589c81379bbd01314d6442dc0;hp=712d5546c339e65307f8aa4d3d528f4d5baf2a1b;hpb=726e082719d0148eae6744b962ee1fc05b5af5a4;p=evince.git diff --git a/libview/ev-view.h b/libview/ev-view.h index 712d5546..06f5b30d 100644 --- a/libview/ev-view.h +++ b/libview/ev-view.h @@ -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