PrintOperation
Controls a print operation.
A #WebKitPrintOperation controls a print operation in WebKit. With a similar API to #GtkPrintOperation, it lets you set the print settings with webkit_print_operation_set_print_settings() or display the print dialog with webkit_print_operation_run_dialog().
Skipped during bindings generation
method
web-view
: Property has no getter nor setter
Constructors
Properties
Functions
Emits the "failed" signal. See onFailed.
Emits the "finished" signal. See onFinished.
Emitted when an error occurs while printing. The given @error, of the domain %WEBKIT_PRINT_ERROR, contains further details of the failure. The #WebKitPrintOperation::finished signal is emitted after this one.
Emitted when the print operation has finished doing everything required for printing.
Run the print dialog and start printing.