Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-document-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ev-document-factory.h')
-rw-r--r--backend/ev-document-factory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend/ev-document-factory.h b/backend/ev-document-factory.h
index 215f50b..886be69 100644
--- a/backend/ev-document-factory.h
+++ b/backend/ev-document-factory.h
@@ -33,7 +33,8 @@ typedef enum {
EV_BACKEND_PIXBUF,
EV_BACKEND_DJVU,
EV_BACKEND_DVI,
- EV_BACKEND_COMICS
+ EV_BACKEND_COMICS,
+ EV_BACKEND_IMPRESS
} EvBackend;
EvDocument* ev_document_factory_get_document (const char *uri, GError **error);