X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=shell%2Fev-print-operation.h;h=20120d6a11c68f59548272ae540449ca0ebbbfe2;hb=03a4afa9aeab342a63530db46888e405ea1c8afc;hp=8e7d6f853a0031e25d43601d9adad70b382adc18;hpb=48e488b596bc73000d172234f87ffd46e9f4032e;p=evince.git diff --git a/shell/ev-print-operation.h b/shell/ev-print-operation.h index 8e7d6f85..20120d6a 100644 --- a/shell/ev-print-operation.h +++ b/shell/ev-print-operation.h @@ -38,6 +38,7 @@ typedef struct _EvPrintOperationClass EvPrintOperationClass; GType ev_print_operation_get_type (void) G_GNUC_CONST; +gboolean ev_print_operation_exists_for_document (EvDocument *document); EvPrintOperation *ev_print_operation_new (EvDocument *document); void ev_print_operation_set_current_page (EvPrintOperation *op, gint current_page); @@ -49,11 +50,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__ */