diff options
Diffstat (limited to 'libview/ev-view-presentation.h')
-rw-r--r-- | libview/ev-view-presentation.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libview/ev-view-presentation.h b/libview/ev-view-presentation.h index df8f6fc5..2e4921c5 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 |