Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-document.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ev-document.c')
-rw-r--r--backend/ev-document.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/backend/ev-document.c b/backend/ev-document.c
index d413083..4513df5 100644
--- a/backend/ev-document.c
+++ b/backend/ev-document.c
@@ -219,6 +219,15 @@ ev_document_render_pixbuf (EvDocument *document,
}
void
+ev_document_set_orientation (EvDocument *document,
+ EvOrientation orientation)
+{
+ EvDocumentIface *iface = EV_DOCUMENT_GET_IFACE (document);
+
+ iface->set_orientation (document, orientation);
+}
+
+void
ev_document_info_free (EvDocumentInfo *info)
{
if (info == NULL)