]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-view-presentation.h
presentation: Allow to change rotation in presentation mode
[evince.git] / libview / ev-view-presentation.h
index ad0a33a64a3523776a0b088273fff2cff6d921c1..e7857695d228774b9397ad8b223bf0b3746f6c54 100644 (file)
@@ -47,6 +47,9 @@ GtkWidget      *ev_view_presentation_new            (EvDocument         *document,
 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);
+void            ev_view_presentation_set_rotation     (EvViewPresentation *pview,
+                                                       gint                rotation);
+guint           ev_view_presentation_get_rotation     (EvViewPresentation *pview);
 
 G_END_DECLS