Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-print-operation.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-print-operation.h')
-rw-r--r--shell/ev-print-operation.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/ev-print-operation.h b/shell/ev-print-operation.h
index 8e7d6f8..6930f80 100644
--- a/shell/ev-print-operation.h
+++ b/shell/ev-print-operation.h
@@ -49,11 +49,15 @@ void ev_print_operation_set_default_page_setup (EvPrintOperation *o
GtkPageSetup *ev_print_operation_get_default_page_setup (EvPrintOperation *op);
void ev_print_operation_set_job_name (EvPrintOperation *op,
const gchar *job_name);
+const gchar *ev_print_operation_get_job_name (EvPrintOperation *op);
void ev_print_operation_run (EvPrintOperation *op,
GtkWindow *parent);
void ev_print_operation_cancel (EvPrintOperation *op);
void ev_print_operation_get_error (EvPrintOperation *op,
GError **error);
+const gchar *ev_print_operation_get_status (EvPrintOperation *op);
+gdouble ev_print_operation_get_progress (EvPrintOperation *op);
+
G_END_DECLS
#endif /* __EV_PRINT_OPERATION_H__ */