Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-jobs.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2006-07-26 15:27:37 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2006-07-26 15:27:37 (GMT)
commit19eb9bd4a84d54e7af3eaf8c8f58037bf5437a97 (patch)
tree350331d234ae6ce9a05234ac2e6153455b207053 /shell/ev-jobs.h
parentce1bd095414d0eece573c719202979f498f3ef33 (diff)
GtkPrintJob doesn't support print ranges or current page, so we export to
2006-07-26 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-jobs.[ch]: * shell/ev-sidebar-links.c: * shell/ev-window.[ch]: GtkPrintJob doesn't support print ranges or current page, so we export to a ps file now when printing ranges or current page.
Diffstat (limited to 'shell/ev-jobs.h')
-rw-r--r--shell/ev-jobs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/ev-jobs.h b/shell/ev-jobs.h
index 22eeb07..e4497f2 100644
--- a/shell/ev-jobs.h
+++ b/shell/ev-jobs.h
@@ -189,6 +189,8 @@ struct _EvJobPrint
GError *error;
gchar *temp_file;
+ EvPrintRange *ranges;
+ gint n_ranges;
gdouble width;
gdouble height;
};
@@ -244,6 +246,8 @@ void ev_job_xfer_run (EvJobXfer *xfer);
/* EvJobPrint */
GType ev_job_print_get_type (void) G_GNUC_CONST;
EvJob *ev_job_print_new (EvDocument *document,
+ EvPrintRange *ranges,
+ gint n_ranges,
gdouble width,
gdouble height);
void ev_job_print_run (EvJobPrint *print);