]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-view-presentation.h
[dualscreen] beta pageswitch [shell] todo change run_presentation [presentation]...
[evince.git] / libview / ev-view-presentation.h
index ad0a33a64a3523776a0b088273fff2cff6d921c1..e15892435685c47a59b7b9f12b7954e932f873c8 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