X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-jobs.h;h=e4497f28ae249b9c0a0678e0670262f7d7b9ec96;hb=2ed9b1cb6b19debdaafdde18f901d9ef18269240;hp=22eeb07e53bdde2fc7582f4840f1df263481e77c;hpb=1bc11bf9ca800edd4469d5e8c8aeb605d3037bc7;p=evince.git diff --git a/shell/ev-jobs.h b/shell/ev-jobs.h index 22eeb07e..e4497f28 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);