signal callback delegate or function to connect
bool callback(webkit.web_view.WebView webView)
webView the instance the signal is connected to (optional)
Returns true to stop other handlers from being invoked for the event. false to continue emission of the event.
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to EnterFullscreen signal.
Emitted when JavaScript code calls <function>element.webkitRequestFullScreen</function>. If the signal is not handled the #WebKitWebView will proceed to full screen its top level window. This signal can be used by client code to request permission to the user prior doing the full screen transition and eventually prepare the top-level window (e.g. hide some widgets that would otherwise be part of the full screen window).