Class
WebKitPrintOperation
Description [src]
final class WebKit.PrintOperation : GObject.Object {
/* No available fields */
}
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().
Signals
WebKit.PrintOperation::failed
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.
WebKit.PrintOperation::finished
Emitted when the print operation has finished doing everything required for printing.
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.