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:
authorDaniel Garcia <danigm@yaco.es>2010-06-26 14:47:01 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-06-26 14:47:01 (GMT)
commit8aee99a80b90082b339695e848cf03e8fbf4f6b2 (patch)
treed3e74e37b836ad943179a625b5c399b4777182cd /libview/ev-view.h
parente285bb88a28a9b510dc88f656aa39bc0093a86ec (diff)
[libview] Rename get_page_extents as ev_view_get_page_extents and make it public
Diffstat (limited to 'libview/ev-view.h')
-rw-r--r--libview/ev-view.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libview/ev-view.h b/libview/ev-view.h
index 86e09db..307793a 100644
--- a/libview/ev-view.h
+++ b/libview/ev-view.h
@@ -95,6 +95,11 @@ gboolean ev_view_previous_page (EvView *view);
void ev_view_autoscroll_start (EvView *view);
void ev_view_autoscroll_stop (EvView *view);
+gboolean ev_view_get_page_extents (EvView *view,
+ gint page,
+ GdkRectangle *page_area,
+ GtkBorder *border);
+
G_END_DECLS
#endif /* __EV_VIEW_H__ */