gi-webkit-3.0.11: WebKit 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.WebKit.Objects.DOMStorage

Contents

Description

 

Synopsis

Exported types

Methods

clear

data DOMStorageClearMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsDOMStorage a) => MethodInfo * DOMStorageClearMethodInfo a signature Source # 

dOMStorageClear Source #

Arguments

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

self: A DOMStorage

-> m ()

(Can throw GError)

No description available in the introspection data.

getItem

dOMStorageGetItem Source #

Arguments

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

self: A DOMStorage

-> Text

key: A gchar

-> m Text

Returns: A gchar (Can throw GError)

No description available in the introspection data.

getLength

dOMStorageGetLength Source #

Arguments

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

self: A DOMStorage

-> m CULong

Returns: A gulong (Can throw GError)

No description available in the introspection data.

key

data DOMStorageKeyMethodInfo Source #

Instances

((~) * signature (CULong -> m Text), MonadIO m, IsDOMStorage a) => MethodInfo * DOMStorageKeyMethodInfo a signature Source # 

dOMStorageKey Source #

Arguments

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

self: A DOMStorage

-> CULong

index: A gulong

-> m Text

Returns: A gchar (Can throw GError)

No description available in the introspection data.

removeItem

dOMStorageRemoveItem Source #

Arguments

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

self: A DOMStorage

-> Text

key: A gchar

-> m ()

(Can throw GError)

No description available in the introspection data.

setItem

data DOMStorageSetItemMethodInfo Source #

Instances

((~) * signature (Text -> Text -> m ()), MonadIO m, IsDOMStorage a) => MethodInfo * DOMStorageSetItemMethodInfo a signature Source # 

dOMStorageSetItem Source #

Arguments

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

self: A DOMStorage

-> Text

key: A gchar

-> Text

data: A gchar

-> m ()

(Can throw GError)

No description available in the introspection data.

Properties

length

data DOMStorageLengthPropertyInfo Source #

Instances

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