Method

WebKit2WebsiteDataManagerget_offline_application_cache_directory

deprecated: 2.40 since: 2.10

Declaration [src]

const gchar*
webkit_website_data_manager_get_offline_application_cache_directory (
  WebKitWebsiteDataManager* manager
)

Description [src]

Get the WebKitWebsiteDataManager:offline-application-cache-directory property.

Available since: 2.10

Deprecated since: 2.40

, use webkit_website_data_manager_get_base_cache_directory() instead.

Return value

Type: const gchar*

The directory where offline web application 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.