Function

Cogweb_view_connect_default_progress_handlers

Declaration [src]

void
cog_web_view_connect_default_progress_handlers (
  WebKitWebView* web_view
)

Description [src]

Install the default page load progress signal handlers.

Connects cog_handle_web_view_load_changed() as a callback to its respective signal.

This function is not directly available to language bindings

Parameters

web_view WebKitWebView*
 

A WebKit.WebView.

 The data is owned by the caller of the function.