signal callback delegate or function to connect
void callback(webkit.color_chooser_request.ColorChooserRequest colorChooserRequest)
colorChooserRequest 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 Finished signal.
Emitted when the request finishes. This signal can be emitted because the user completed the request calling webkit.color_chooser_request.ColorChooserRequest.finish, or cancelled it with webkit.color_chooser_request.ColorChooserRequest.cancel or because the color input element is removed from the DOM.