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=e4497f28ae249b9c0a0678e0670262f7d7b9ec96;hpb=19eb9bd4a84d54e7af3eaf8c8f58037bf5437a97;p=evince.git diff --git a/shell/ev-jobs.h b/shell/ev-jobs.h index e4497f28..b91d8228 100644 --- a/shell/ev-jobs.h +++ b/shell/ev-jobs.h @@ -191,6 +191,10 @@ struct _EvJobPrint gchar *temp_file; EvPrintRange *ranges; gint n_ranges; + EvPrintPageSet page_set; + gint copies; + gboolean collate; + gboolean reverse; gdouble width; gdouble height; }; @@ -246,10 +250,14 @@ 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, + gdouble width, + gdouble height, EvPrintRange *ranges, gint n_ranges, - gdouble width, - gdouble height); + EvPrintPageSet page_set, + gint copies, + gdouble collate, + gdouble reverse); void ev_job_print_run (EvJobPrint *print); G_END_DECLS