X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libview%2Fev-view-presentation.h;h=e7857695d228774b9397ad8b223bf0b3746f6c54;hb=ef9c2b1a189ddbdbd7cdb10dad6c3c6db4cb0ccd;hp=ad0a33a64a3523776a0b088273fff2cff6d921c1;hpb=25d83d08d345d136ea345c9a7c8f8adea8830c80;p=evince.git diff --git a/libview/ev-view-presentation.h b/libview/ev-view-presentation.h index ad0a33a6..e7857695 100644 --- a/libview/ev-view-presentation.h +++ b/libview/ev-view-presentation.h @@ -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