X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=libview%2Fev-view-presentation.h;h=e7857695d228774b9397ad8b223bf0b3746f6c54;hb=338f2514b674ef601cd55aa201a7dd74b16a7bc3;hp=24553b08187c8f70481fb7a485c65fdc7b9a5fd9;hpb=46746347b389f78dfd026b511600fbe46b019bc1;p=evince.git diff --git a/libview/ev-view-presentation.h b/libview/ev-view-presentation.h index 24553b08..e7857695 100644 --- a/libview/ev-view-presentation.h +++ b/libview/ev-view-presentation.h @@ -45,6 +45,11 @@ 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_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