Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-view.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-07-12 17:06:21 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-07-12 17:12:02 (GMT)
commit726e082719d0148eae6744b962ee1fc05b5af5a4 (patch)
tree97de8c7fc285c3db8f5b15d6892a5ee01f87e9ab /libview/ev-view.h
parentc497b6a969f916a476d0bb01e38ff6584ff4bfe5 (diff)
[libview] Add ev_view_focus_annotation() to focus the given annotation
Diffstat (limited to 'libview/ev-view.h')
-rw-r--r--libview/ev-view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libview/ev-view.h b/libview/ev-view.h
index d4ee577..712d554 100644
--- a/libview/ev-view.h
+++ b/libview/ev-view.h
@@ -104,6 +104,9 @@ gboolean ev_view_get_page_extents (EvView *view,
GdkRectangle *page_area,
GtkBorder *border);
+void ev_view_focus_annotation (EvView *view,
+ EvMapping *annot_mapping);
+
G_END_DECLS
#endif /* __EV_VIEW_H__ */