]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-view-presentation.h
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / libview / ev-view-presentation.h
index ad0a33a64a3523776a0b088273fff2cff6d921c1..14a45f05d41a8471cab980b0a8510f8dcd9e7fbe 100644 (file)
@@ -45,8 +45,13 @@ 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,
+                                                       gint                rotation);
+guint           ev_view_presentation_get_rotation     (EvViewPresentation *pview);
 
 G_END_DECLS