Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/evince-document.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-05-17 14:25:08 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-05-17 14:40:31 (GMT)
commit361706c42c9eccd5d86211c8f3bcfd93441d5908 (patch)
tree830baa5e36f3a4db70f376c17bfe025b598fda8f /evince-document.h
parent418246aaa10bc512aa310cb3b3aa82b6c4aeb13b (diff)
[libdocument] Add EvDocumentPrint interface
It allows rendering pages into a cairo context.
Diffstat (limited to 'evince-document.h')
-rw-r--r--evince-document.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/evince-document.h b/evince-document.h
index b35525f..f210a66 100644
--- a/evince-document.h
+++ b/evince-document.h
@@ -32,6 +32,7 @@
#include <libdocument/ev-document-images.h>
#include <libdocument/ev-document-info.h>
#include <libdocument/ev-document-layers.h>
+#include <libdocument/ev-document-print.h>
#include <libdocument/ev-document-links.h>
#include <libdocument/ev-document-misc.h>
#include <libdocument/ev-document-security.h>