X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-print-operation.h;h=6930f80feaab4b59b74c5e79aab27023dad3f531;hb=22ede3c881cd8b26276d21a2112cec07dadaa4de;hp=8e7d6f853a0031e25d43601d9adad70b382adc18;hpb=48e488b596bc73000d172234f87ffd46e9f4032e;p=evince.git diff --git a/shell/ev-print-operation.h b/shell/ev-print-operation.h index 8e7d6f85..6930f80f 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__ */