X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fev-jobs.h;h=b91d8228f6b67ffceaea5e4ee7619ee80f615318;hb=d47bc2205d248b34dbfcdd349473f54d45d5ec70;hp=a8db1e94b76c1158dea024f2f8a3cb4de0fd6da5;hpb=e15ce77fdce11d47bc92a209efb013c008d502d5;p=evince.git diff --git a/shell/ev-jobs.h b/shell/ev-jobs.h index a8db1e94..b91d8228 100644 --- a/shell/ev-jobs.h +++ b/shell/ev-jobs.h @@ -191,6 +191,7 @@ struct _EvJobPrint gchar *temp_file; EvPrintRange *ranges; gint n_ranges; + EvPrintPageSet page_set; gint copies; gboolean collate; gboolean reverse; @@ -253,6 +254,7 @@ EvJob *ev_job_print_new (EvDocument *document, gdouble height, EvPrintRange *ranges, gint n_ranges, + EvPrintPageSet page_set, gint copies, gdouble collate, gdouble reverse);