Constructor
WPEWebKitWebViewnew_with_settings
since: 2.6
Declaration [src]
WebKitWebView*
webkit_web_view_new_with_settings (
WebKitWebViewBackend* backend,
WebKitSettings* settings
)
Description [src]
Creates a new web view with the given settings.
See also webkit_web_view_new_with_context()
, and
webkit_web_view_new_with_user_content_manager()
.
Available since: 2.6
Parameters
backend
-
Type:
WebKitWebViewBackend
Wrapped 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. settings
-
Type:
WebKitSettings
Settings for the new view.
The data is owned by the caller of the function.
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. |