Constructor
WebKit2WebViewnew_with_user_content_manager
since: 2.6
Declaration [src]
GtkWidget*
webkit_web_view_new_with_user_content_manager (
WebKitUserContentManager* user_content_manager
)
Description [src]
Creates a new WebKitWebView
with the given WebKitUserContentManager
.
The content loaded in the view may be affected by the content injected in the view by the user content manager.
Available since: 2.6
Parameters
user_content_manager
-
Type:
WebKitUserContentManager
A
WebKitUserContentManager
.The data is owned by the caller of the function.
Return value
Type: GtkWidget
The newly created WebKitWebView
widget.
The data is owned by the called function. |