Method

WebKit2WebsiteDataManagerget_hsts_cache_directory

since: 2.26

Declaration [src]

const gchar*
webkit_website_data_manager_get_hsts_cache_directory (
  WebKitWebsiteDataManager* manager
)

Description [src]

Get the WebKitWebsiteDataManager:hsts-cache-directory property.

Available since: 2.26

Return value

Type: const gchar*

The directory where the HSTS cache is stored or NULL if manager is ephemeral.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.