Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
Safe Haskell | None |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype WebsiteData = WebsiteData (ManagedPtr WebsiteData)
- noWebsiteData :: Maybe WebsiteData
- websiteDataGetName :: (HasCallStack, MonadIO m) => WebsiteData -> m Text
- websiteDataGetSize :: (HasCallStack, MonadIO m) => WebsiteData -> [WebsiteDataTypes] -> m Word64
- websiteDataGetTypes :: (HasCallStack, MonadIO m) => WebsiteData -> m [WebsiteDataTypes]
- websiteDataRef :: (HasCallStack, MonadIO m) => WebsiteData -> m WebsiteData
- websiteDataUnref :: (HasCallStack, MonadIO m) => WebsiteData -> m ()
Exported types
newtype WebsiteData Source #
Memory-managed wrapper type.
WebsiteData (ManagedPtr WebsiteData) |
Instances
BoxedObject WebsiteData Source # | |
Defined in GI.WebKit2.Structs.WebsiteData boxedType :: WebsiteData -> IO GType |
noWebsiteData :: Maybe WebsiteData Source #
A convenience alias for Nothing
:: Maybe
WebsiteData
.
Methods
getName
:: (HasCallStack, MonadIO m) | |
=> WebsiteData |
|
-> m Text | Returns: the website name of |
Gets the name of WebsiteData
. This is the website name, normally represented by
a domain or host name. All local documents are grouped in the same WebsiteData
using
the name "Local files".
Since: 2.16
getSize
:: (HasCallStack, MonadIO m) | |
=> WebsiteData |
|
-> [WebsiteDataTypes] |
|
-> m Word64 | Returns: the size of |
Gets the size of the data of types types
in a WebsiteData
.
Note that currently the data size is only known for WebsiteDataTypesDiskCache
data type
so for all other types 0 will be returned.
Since: 2.16
getTypes
:: (HasCallStack, MonadIO m) | |
=> WebsiteData |
|
-> m [WebsiteDataTypes] | Returns: a bitmask of |
Gets the types of data stored in the client for a WebsiteData
. These are the
types actually present, not the types queried with websiteDataManagerFetch
.
Since: 2.16
ref
:: (HasCallStack, MonadIO m) | |
=> WebsiteData |
|
-> m WebsiteData | Returns: The passed |
Atomically increments the reference count of websiteData
by one.
This function is MT-safe and may be called from any thread.
Since: 2.16
unref
:: (HasCallStack, MonadIO m) | |
=> WebsiteData |
|
-> m () |
Atomically decrements the reference count of websiteData
by one.
If the reference count drops to 0, all memory allocated by
WebsiteData
is released. This function is MT-safe and may be
called from any thread.
Since: 2.16