Signal
WebKitWebView::close
Description [src]
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.
| Default handler: The default handler is called after the handlers added via |