]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-window.h
Allow printing only odd/even pages. Fixes bug #367289.
[evince.git] / shell / ev-window.h
index 4119965e70a98eddc271005d9a16f4ed590f1d65..f624fe5f49a84d856b03b32956f0ea36c88f7cde 100644 (file)
@@ -43,6 +43,12 @@ typedef struct {
        gint end;
 } EvPrintRange;
 
+typedef enum {
+       EV_PRINT_PAGE_SET_ALL,
+       EV_PRINT_PAGE_SET_EVEN,
+       EV_PRINT_PAGE_SET_ODD
+} EvPrintPageSet;
+
 typedef struct _EvWindow EvWindow;
 typedef struct _EvWindowClass EvWindowClass;
 typedef struct _EvWindowPrivate EvWindowPrivate;