Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-jobs.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-jobs.h')
-rw-r--r--shell/ev-jobs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ev-jobs.h b/shell/ev-jobs.h
index b91d822..43f4496 100644
--- a/shell/ev-jobs.h
+++ b/shell/ev-jobs.h
@@ -188,6 +188,7 @@ struct _EvJobPrint
EvJob parent;
GError *error;
+ const gchar *format;
gchar *temp_file;
EvPrintRange *ranges;
gint n_ranges;
@@ -250,6 +251,7 @@ 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,