X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-jobs.h;h=43f4496987348f3daa11a652aa5a9a4131e5cdfc;hb=0f5fff2c18cb5140bd2459210a7fb64518a984f1;hp=22eeb07e53bdde2fc7582f4840f1df263481e77c;hpb=1bc11bf9ca800edd4469d5e8c8aeb605d3037bc7;p=evince.git diff --git a/shell/ev-jobs.h b/shell/ev-jobs.h index 22eeb07e..43f44969 100644 --- a/shell/ev-jobs.h +++ b/shell/ev-jobs.h @@ -188,7 +188,14 @@ struct _EvJobPrint EvJob parent; GError *error; + const gchar *format; gchar *temp_file; + EvPrintRange *ranges; + gint n_ranges; + EvPrintPageSet page_set; + gint copies; + gboolean collate; + gboolean reverse; gdouble width; gdouble height; }; @@ -244,8 +251,15 @@ 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, + const gchar *format, gdouble width, - gdouble height); + gdouble height, + EvPrintRange *ranges, + gint n_ranges, + EvPrintPageSet page_set, + gint copies, + gdouble collate, + gdouble reverse); void ev_job_print_run (EvJobPrint *print); G_END_DECLS