gi-webkit-0.2.4.13: 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.DOMHTMLPropertiesCollection

Contents

Description

 

Synopsis

Exported types

Methods

dOMHTMLPropertiesCollectionGetLength

dOMHTMLPropertiesCollectionGetLength :: MonadIO m => Ptr () -> m Word64 Source

Deprecated: (Since version 2.2)

dOMHTMLPropertiesCollectionGetNames

dOMHTMLPropertiesCollectionGetNames :: MonadIO m => Ptr () -> m DOMDOMStringList Source

Deprecated: (Since version 2.2)

dOMHTMLPropertiesCollectionItem

dOMHTMLPropertiesCollectionItem :: MonadIO m => Ptr () -> Word64 -> m DOMNode Source

Deprecated: (Since version 2.2)

dOMHTMLPropertiesCollectionNamedItem

dOMHTMLPropertiesCollectionNamedItem :: MonadIO m => Ptr () -> Text -> m () Source

Deprecated: (Since version 2.2)

Properties

Length

data DOMHTMLPropertiesCollectionLengthPropertyInfo Source

Instances

AttrInfo DOMHTMLPropertiesCollectionLengthPropertyInfo Source 
type AttrLabel DOMHTMLPropertiesCollectionLengthPropertyInfo = "length" Source 
type AttrGetType DOMHTMLPropertiesCollectionLengthPropertyInfo = Word64 Source 
type AttrBaseTypeConstraint DOMHTMLPropertiesCollectionLengthPropertyInfo = DOMHTMLPropertiesCollectionK Source 
type AttrSetTypeConstraint DOMHTMLPropertiesCollectionLengthPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMHTMLPropertiesCollectionLengthPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

Names

data DOMHTMLPropertiesCollectionNamesPropertyInfo Source

Instances

AttrInfo DOMHTMLPropertiesCollectionNamesPropertyInfo Source 
type AttrLabel DOMHTMLPropertiesCollectionNamesPropertyInfo = "names" Source 
type AttrGetType DOMHTMLPropertiesCollectionNamesPropertyInfo = DOMDOMStringList Source 
type AttrBaseTypeConstraint DOMHTMLPropertiesCollectionNamesPropertyInfo = DOMHTMLPropertiesCollectionK Source 
type AttrSetTypeConstraint DOMHTMLPropertiesCollectionNamesPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMHTMLPropertiesCollectionNamesPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source