gi-webkit2-4.0.11: WebKit2 bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2.Objects.WebsiteDataManager

Contents

Description

 

Synopsis

Exported types

Methods

getBaseCacheDirectory

websiteDataManagerGetBaseCacheDirectory Source #

Arguments

:: (HasCallStack, MonadIO m, IsWebsiteDataManager a) 
=> a

manager: a WebsiteDataManager

-> m Text

Returns: the base directory for Website cache, or Nothing if WebsiteDataManager:base-cache-directory was not provided.

Get the WebsiteDataManager:base-cache-directory property.

Since: 2.10

getBaseDataDirectory

websiteDataManagerGetBaseDataDirectory Source #

Arguments

:: (HasCallStack, MonadIO m, IsWebsiteDataManager a) 
=> a

manager: a WebsiteDataManager

-> m Text

Returns: the base directory for Website data, or Nothing if WebsiteDataManager:base-data-directory was not provided.

Get the WebsiteDataManager:base-data-directory property.

Since: 2.10

getDiskCacheDirectory

websiteDataManagerGetDiskCacheDirectory Source #

Arguments

:: (HasCallStack, MonadIO m, IsWebsiteDataManager a) 
=> a

manager: a WebsiteDataManager

-> m Text

Returns: the directory where HTTP disk cache is stored.

Get the WebsiteDataManager:disk-cache-directory property.

Since: 2.10

getIndexeddbDirectory

websiteDataManagerGetIndexeddbDirectory Source #

Arguments

:: (HasCallStack, MonadIO m, IsWebsiteDataManager a) 
=> a

manager: a WebsiteDataManager

-> m Text

Returns: the directory where IndexedDB databases are stored.

Get the WebsiteDataManager:indexeddb-directory property.

Since: 2.10

getLocalStorageDirectory

websiteDataManagerGetLocalStorageDirectory Source #

Arguments

:: (HasCallStack, MonadIO m, IsWebsiteDataManager a) 
=> a

manager: a WebsiteDataManager

-> m Text

Returns: the directory where local storage data is stored.

Get the WebsiteDataManager:local-storage-directory property.

Since: 2.10

getOfflineApplicationCacheDirectory

websiteDataManagerGetOfflineApplicationCacheDirectory Source #

Arguments

:: (HasCallStack, MonadIO m, IsWebsiteDataManager a) 
=> a

manager: a WebsiteDataManager

-> m Text

Returns: the directory where offline web application cache is stored.

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

Since: 2.10

getWebsqlDirectory

websiteDataManagerGetWebsqlDirectory Source #

Arguments

:: (HasCallStack, MonadIO m, IsWebsiteDataManager a) 
=> a

manager: a WebsiteDataManager

-> m Text

Returns: the directory where WebSQL databases are stored.

Get the WebsiteDataManager:websql-directory property.

Since: 2.10

Properties

baseCacheDirectory

data WebsiteDataManagerBaseCacheDirectoryPropertyInfo Source #

Instances

AttrInfo WebsiteDataManagerBaseCacheDirectoryPropertyInfo Source # 
type AttrOrigin WebsiteDataManagerBaseCacheDirectoryPropertyInfo Source # 
type AttrLabel WebsiteDataManagerBaseCacheDirectoryPropertyInfo Source # 
type AttrGetType WebsiteDataManagerBaseCacheDirectoryPropertyInfo Source # 
type AttrBaseTypeConstraint WebsiteDataManagerBaseCacheDirectoryPropertyInfo Source # 
type AttrSetTypeConstraint WebsiteDataManagerBaseCacheDirectoryPropertyInfo Source # 
type AttrAllowedOps WebsiteDataManagerBaseCacheDirectoryPropertyInfo Source # 

baseDataDirectory

data WebsiteDataManagerBaseDataDirectoryPropertyInfo Source #

Instances

AttrInfo WebsiteDataManagerBaseDataDirectoryPropertyInfo Source # 
type AttrOrigin WebsiteDataManagerBaseDataDirectoryPropertyInfo Source # 
type AttrLabel WebsiteDataManagerBaseDataDirectoryPropertyInfo Source # 
type AttrGetType WebsiteDataManagerBaseDataDirectoryPropertyInfo Source # 
type AttrBaseTypeConstraint WebsiteDataManagerBaseDataDirectoryPropertyInfo Source # 
type AttrSetTypeConstraint WebsiteDataManagerBaseDataDirectoryPropertyInfo Source # 
type AttrAllowedOps WebsiteDataManagerBaseDataDirectoryPropertyInfo Source # 

diskCacheDirectory

data WebsiteDataManagerDiskCacheDirectoryPropertyInfo Source #

Instances

AttrInfo WebsiteDataManagerDiskCacheDirectoryPropertyInfo Source # 
type AttrOrigin WebsiteDataManagerDiskCacheDirectoryPropertyInfo Source # 
type AttrLabel WebsiteDataManagerDiskCacheDirectoryPropertyInfo Source # 
type AttrGetType WebsiteDataManagerDiskCacheDirectoryPropertyInfo Source # 
type AttrBaseTypeConstraint WebsiteDataManagerDiskCacheDirectoryPropertyInfo Source # 
type AttrSetTypeConstraint WebsiteDataManagerDiskCacheDirectoryPropertyInfo Source # 
type AttrAllowedOps WebsiteDataManagerDiskCacheDirectoryPropertyInfo Source # 

indexeddbDirectory

data WebsiteDataManagerIndexeddbDirectoryPropertyInfo Source #

Instances

AttrInfo WebsiteDataManagerIndexeddbDirectoryPropertyInfo Source # 
type AttrOrigin WebsiteDataManagerIndexeddbDirectoryPropertyInfo Source # 
type AttrLabel WebsiteDataManagerIndexeddbDirectoryPropertyInfo Source # 
type AttrGetType WebsiteDataManagerIndexeddbDirectoryPropertyInfo Source # 
type AttrBaseTypeConstraint WebsiteDataManagerIndexeddbDirectoryPropertyInfo Source # 
type AttrSetTypeConstraint WebsiteDataManagerIndexeddbDirectoryPropertyInfo Source # 
type AttrAllowedOps WebsiteDataManagerIndexeddbDirectoryPropertyInfo Source # 

localStorageDirectory

data WebsiteDataManagerLocalStorageDirectoryPropertyInfo Source #

Instances

AttrInfo WebsiteDataManagerLocalStorageDirectoryPropertyInfo Source # 
type AttrOrigin WebsiteDataManagerLocalStorageDirectoryPropertyInfo Source # 
type AttrLabel WebsiteDataManagerLocalStorageDirectoryPropertyInfo Source # 
type AttrGetType WebsiteDataManagerLocalStorageDirectoryPropertyInfo Source # 
type AttrBaseTypeConstraint WebsiteDataManagerLocalStorageDirectoryPropertyInfo Source # 
type AttrSetTypeConstraint WebsiteDataManagerLocalStorageDirectoryPropertyInfo Source # 
type AttrAllowedOps WebsiteDataManagerLocalStorageDirectoryPropertyInfo Source # 

offlineApplicationCacheDirectory

data WebsiteDataManagerOfflineApplicationCacheDirectoryPropertyInfo Source #

Instances

AttrInfo WebsiteDataManagerOfflineApplicationCacheDirectoryPropertyInfo Source # 
type AttrOrigin WebsiteDataManagerOfflineApplicationCacheDirectoryPropertyInfo Source # 
type AttrLabel WebsiteDataManagerOfflineApplicationCacheDirectoryPropertyInfo Source # 
type AttrGetType WebsiteDataManagerOfflineApplicationCacheDirectoryPropertyInfo Source # 
type AttrBaseTypeConstraint WebsiteDataManagerOfflineApplicationCacheDirectoryPropertyInfo Source # 
type AttrSetTypeConstraint WebsiteDataManagerOfflineApplicationCacheDirectoryPropertyInfo Source # 
type AttrAllowedOps WebsiteDataManagerOfflineApplicationCacheDirectoryPropertyInfo Source # 

websqlDirectory

data WebsiteDataManagerWebsqlDirectoryPropertyInfo Source #

Instances

AttrInfo WebsiteDataManagerWebsqlDirectoryPropertyInfo Source # 
type AttrOrigin WebsiteDataManagerWebsqlDirectoryPropertyInfo Source # 
type AttrLabel WebsiteDataManagerWebsqlDirectoryPropertyInfo Source # 
type AttrGetType WebsiteDataManagerWebsqlDirectoryPropertyInfo Source # 
type AttrBaseTypeConstraint WebsiteDataManagerWebsqlDirectoryPropertyInfo Source # 
type AttrSetTypeConstraint WebsiteDataManagerWebsqlDirectoryPropertyInfo Source # 
type AttrAllowedOps WebsiteDataManagerWebsqlDirectoryPropertyInfo Source #