connectCreate

fun connectCreate(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (navigationAction: NavigationAction) -> <Error class: unknown class>): <Error class: unknown class>

Emitted when the creation of a new #WebKitWebView is requested. If this signal is handled the signal handler should return the newly created #WebKitWebView.

The #WebKitNavigationAction parameter contains information about the navigation action that triggered this signal.

The new #WebKitWebView must be related to @web_view, see #WebKitWebView:related-view for more details.

The new #WebKitWebView should not be displayed to the user until the #WebKitWebView::ready-to-show signal is emitted.

Parameters

connectFlags

A combination of ConnectFlags

handler

the Callback to connect. Params: navigationAction a #WebKitNavigationAction. Returns a newly allocated #WebKitWebView widget or null to propagate the event further.