signal callback delegate or function to connect
void callback(webkitwebprocessextension.frame.Frame frame, javascriptcore.value.Value[] elements, webkitwebprocessextension.web_form_manager.WebFormManager webFormManager)
frame a #WebKitFrame (optional)
elements a #GPtrArray of #JSCValue with the list of forms in the page (optional)
webFormManager 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 FormControlsAssociated signal.
Emitted after form elements (or form associated elements) are associated to frame. This is useful to implement form auto filling for web pages where form fields are added dynamically. This signal might be emitted multiple times for the same frame.
Note that this signal could be also emitted when form controls are moved between forms. In that case, the elements array carries the list of those elements which have moved.
Clients should take a reference to the members of the elements array if it is desired to keep them alive after the signal handler returns.