From ebef7a5b36db6d6b5e8b56eaea4926f745d48246 Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 10 Dec 2014 01:36:38 +0100 Subject: presentation: Make next/previous methods public Taken from evince commit: f0361693221cdd168386509b6ffe97c72d21777a From: Carlos Garcia Campos --- libview/ev-view-presentation.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libview/ev-view-presentation.h') 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 -- cgit v1.2.1