connectClose

fun connectClose(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>

Emitted when closing a #WebKitWebView is requested. This occurs when a call is made from JavaScript's window.close function or after trying to close the @web_view with webkit_web_view_try_close(). It is the owner's responsibility to handle this signal to hide or destroy the #WebKitWebView, if necessary.

Parameters

connectFlags

A combination of ConnectFlags

handler

the Callback to connect