summaryrefslogtreecommitdiff
path: root/libview/ev-view-presentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'libview/ev-view-presentation.h')
-rw-r--r--libview/ev-view-presentation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libview/ev-view-presentation.h b/libview/ev-view-presentation.h
index 2a0e063a..df8f6fc5 100644
--- a/libview/ev-view-presentation.h
+++ b/libview/ev-view-presentation.h
@@ -45,6 +45,8 @@ GtkWidget *ev_view_presentation_new (EvDocument *document,
guint rotation,
gboolean inverted_colors);
guint ev_view_presentation_get_current_page (EvViewPresentation *pview);
+void ev_view_presentation_next_page (EvViewPresentation *pview);
+void ev_view_presentation_previous_page (EvViewPresentation *pview);
G_END_DECLS