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
.
Gets property | WebKit2.FindController:web-view |
Return value
Type: WebKitWebView
The WebKitWebView
.
The data is owned by the instance. |