connectLeaveFullscreen
fun connectLeaveFullscreen(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Boolean): <Error class: unknown class>
Emitted when the #WebKitWebView is about to restore its top level window out of its full screen state. This signal can be used by client code to restore widgets hidden during the #WebKitWebView::enter-fullscreen stage for instance.
Parameters
connectFlags
A combination of ConnectFlags
handler
the Callback to connect. Returns true to stop other handlers from being invoked for the event. false to continue emission of the event.