Constructor
WebKit2WebsiteDataManagernew
Declaration [src]
WebKitWebsiteDataManager*
webkit_website_data_manager_new (
  const gchar* first_option_name,
  ...
)
      Description [src]
Creates a new WebKitWebsiteDataManager with the given options.
It must be passed as construction parameter of a WebKitWebContext.
| Available since: | 2.10 | 
| This constructor is not directly available to language bindings | 
Parameters
first_option_name | 
            const gchar* | 
          
Name of the first option to set.  | 
          |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
... | 
             | 
          
Value of first option, followed by more options,   | 
          
Return value
| Returns: | WebKitWebsiteDataManager | 
          
The newly created   | 
          |
| The caller of the function takes ownership of the data, and is responsible for freeing it. |