]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-jobs.h
Hide cursor after a while in presentation mode.
[evince.git] / shell / ev-jobs.h
index a8db1e94b76c1158dea024f2f8a3cb4de0fd6da5..43f4496987348f3daa11a652aa5a9a4131e5cdfc 100644 (file)
@@ -188,9 +188,11 @@ 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;
@@ -249,10 +251,12 @@ 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,
                                           EvPrintRange    *ranges,
                                           gint             n_ranges,
+                                          EvPrintPageSet   page_set,
                                           gint             copies,
                                           gdouble          collate,
                                           gdouble          reverse);