X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=backend%2Fev-document.c;h=9bccc4cab7ee2d09ed99e5024ac3144a6cea4456;hb=71cfbd5e3ec158efcb49c896bd4468764a9a54fb;hp=4513df50e5c09e75510da5333d06b30773dfc335;hpb=79986dda7231d1ef1c530909bde8e18a507a2a2a;p=evince.git diff --git a/backend/ev-document.c b/backend/ev-document.c index 4513df50..9bccc4ca 100644 --- a/backend/ev-document.c +++ b/backend/ev-document.c @@ -218,6 +218,14 @@ ev_document_render_pixbuf (EvDocument *document, return retval; } +EvOrientation +ev_document_get_orientation (EvDocument *document) +{ + EvDocumentIface *iface = EV_DOCUMENT_GET_IFACE (document); + + return iface->get_orientation (document); +} + void ev_document_set_orientation (EvDocument *document, EvOrientation orientation)