]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-window.h
GtkPrintJob doesn't support print ranges or current page, so we export to
[evince.git] / shell / ev-window.h
index 9c8d28f37bccf2e0c6a71644bce1dfc922d0c7b5..4119965e70a98eddc271005d9a16f4ed590f1d65 100644 (file)
@@ -38,6 +38,11 @@ typedef enum {
        EV_WINDOW_MODE_PREVIEW
 } EvWindowRunMode;
 
+typedef struct {
+       gint start;
+       gint end;
+} EvPrintRange;
+
 typedef struct _EvWindow EvWindow;
 typedef struct _EvWindowClass EvWindowClass;
 typedef struct _EvWindowPrivate EvWindowPrivate;