signal callback delegate or function to connect
void callback(glib.error.ErrorWrap error, webkit.print_operation.PrintOperation printOperation)
error the #GError that was triggered (optional)
printOperation the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Failed signal.
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.