diff options
author | infirit <[email protected]> | 2014-12-10 01:45:16 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-10 01:45:16 +0100 |
commit | 8389b5ec0106f63fbe04c42bd9f120f67ec3d078 (patch) | |
tree | 8ab147861e8a6a5593b867a71d396a98bc58eab9 /libview/ev-view-presentation.h | |
parent | df6d74cc8fbdc2ec0b88ad459da02817cf4e9482 (diff) | |
download | atril-8389b5ec0106f63fbe04c42bd9f120f67ec3d078.tar.bz2 atril-8389b5ec0106f63fbe04c42bd9f120f67ec3d078.tar.xz |
presentation: Allow to change rotation in presentation mode
Taken from evince commit: ef9c2b1a189ddbdbd7cdb10dad6c3c6db4cb0ccd
From: Carlos Garcia Campos <[email protected]>
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 |