Method

WebKit2FindControllerget_web_view

Declaration [src]

WebKitWebView*
webkit_find_controller_get_web_view (
  WebKitFindController* find_controller
)

Description [src]

Gets the WebKitWebView this find controller is associated to.

Do not dereference the returned instance as it belongs to the WebKitFindController.

Return value

Returns: WebKitWebView
 

The WebKitWebView.

 The data is owned by the instance.