Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-document-info.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ev-document-info.h')
-rw-r--r--backend/ev-document-info.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/backend/ev-document-info.h b/backend/ev-document-info.h
index 3930910..0cd1ef8 100644
--- a/backend/ev-document-info.h
+++ b/backend/ev-document-info.h
@@ -90,7 +90,8 @@ typedef enum
EV_DOCUMENT_INFO_UI_HINTS = 1 << 12,
EV_DOCUMENT_INFO_PERMISSIONS = 1 << 13,
EV_DOCUMENT_INFO_N_PAGES = 1 << 14,
- EV_DOCUMENT_INFO_SECURITY = 1 << 15
+ EV_DOCUMENT_INFO_SECURITY = 1 << 15,
+ EV_DOCUMENT_INFO_PAPER_SIZE = 1 << 16
} EvDocumentInfoFields;
struct _EvDocumentInfo
@@ -111,6 +112,8 @@ struct _EvDocumentInfo
guint ui_hints;
guint permissions;
int n_pages;
+ double paper_height;
+ double paper_width;
/* Mask of all the valid fields */
guint fields_mask;