Constructor
WPEWebKitWebViewnew
Declaration [src]
WebKitWebView*
webkit_web_view_new (
WebKitWebViewBackend* backend
)
Description [src]
Creates a new web view with a default configuration.
The new view will use the default WebKitWebContext and will not
have an associated WebKitUserContentManager.
See also webkit_web_view_new_with_context(),
webkit_web_view_new_with_user_content_manager()), and
webkit_web_view_new_with_settings().
Parameters
backend-
Type:
WebKitWebViewBackendWrapped WPE view backend which will determine the behaviour of the new
WebKitWebView.The called function takes ownership of the data, and is responsible for freeing it.
Return value
Type: WebKitWebView
The newly created web view.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |