Constructor
WebKit2Settingsnew_with_settings
Declaration [src]
WebKitSettings*
webkit_settings_new_with_settings (
  const gchar* first_setting_name,
  ...
)
      Description [src]
Creates a new WebKitSettings instance with the given settings.
It must be manually attached to a WebKitWebView.
| This constructor is not directly available to language bindings | 
Parameters
first_setting_name | 
            const gchar* | 
          
Name of first setting to set.  | 
          |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
... | 
             | 
          
Value of first setting, followed by more settings,
     | 
          
Return value
| Returns: | WebKitSettings | 
          
A new   | 
          |
| The caller of the function takes ownership of the data, and is responsible for freeing it. |