Signal
WebKit2WebContext::automation-started
since: 2.18
Declaration
void
automation_started (
WebKitWebContext* self,
WebKitAutomationSession* session,
gpointer user_data
)
Description [src]
This signal is emitted when a new automation request is made.
Note that it will never be emitted if automation is not enabled in context
,
see webkit_web_context_set_automation_allowed()
for more details.
Default handler: The default handler is called after the handlers added via |
Available since: 2.18 |
Parameters
session
-
Type:
WebKitAutomationSession
The
WebKitAutomationSession
associated with this event.The data is owned by the caller of the function.