Function
Cogweb_view_connect_default_error_handlers
Declaration [src]
void
cog_web_view_connect_default_error_handlers (
WebKitWebView* web_view
)
Description [src]
Install the default error signal handlers.
Connects cog_handle_web_view_load_failed()
,
cog_handle_web_view_load_failed_with_tls_errors()
, and
cog_handle_web_view_web_process_terminated()
as callbacks for
their respective signals.
If there was any handler already connected for any of the signals, the default handler for it will not be used.
This function is not directly available to language bindings |