]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-view-presentation.h
l10n: Added Aragonese translation for evince
[evince.git] / libview / ev-view-presentation.h
index dde9ad8254a6860e7dfb2dadac429700e66c8fe0..e7857695d228774b9397ad8b223bf0b3746f6c54 100644 (file)
@@ -42,8 +42,14 @@ 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_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