]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-view-presentation.h
working with signals
[evince.git] / libview / ev-view-presentation.h
index e7857695d228774b9397ad8b223bf0b3746f6c54..14a45f05d41a8471cab980b0a8510f8dcd9e7fbe 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_set_page         (EvViewPresentation *pview,
+                                                      gint                new_page);
 void            ev_view_presentation_next_page        (EvViewPresentation *pview);
 void            ev_view_presentation_previous_page    (EvViewPresentation *pview);
 void            ev_view_presentation_set_rotation     (EvViewPresentation *pview,