]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-view-presentation.h
presentation: Make next/previous methods public
[evince.git] / libview / ev-view-presentation.h
index 24553b08187c8f70481fb7a485c65fdc7b9a5fd9..ad0a33a64a3523776a0b088273fff2cff6d921c1 100644 (file)
@@ -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