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=14a45f05d41a8471cab980b0a8510f8dcd9e7fbe;hb=1e63533e4d2fe74b17883a51f984ecacb9138231;hp=dde9ad8254a6860e7dfb2dadac429700e66c8fe0;hpb=19a00ed1cd086dcca4b6bfeb84e0b1488b2e3089;p=evince.git diff --git a/libview/ev-view-presentation.h b/libview/ev-view-presentation.h index dde9ad82..14a45f05 100644 --- a/libview/ev-view-presentation.h +++ b/libview/ev-view-presentation.h @@ -42,8 +42,16 @@ GType ev_view_presentation_get_type (void) G_GNUC_CONST; GtkWidget *ev_view_presentation_new (EvDocument *document, guint current_page, - guint rotation); + 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