Constructor
WebKit2Settingsnew
Declaration [src]
WebKitSettings*
webkit_settings_new (
void
)
Description [src]
Creates a new WebKitSettings
instance with default values.
It must be manually attached to a WebKitWebView
.
See also webkit_settings_new_with_settings().
Return value
Returns: | WebKitSettings |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |