gi-webkit-3.0.7: 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

getLength

dOMHTMLPropertiesCollectionGetLength :: MonadIO m => Ptr () -> m CULong Source #

Deprecated: (Since version 2.2)

getNames

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

Deprecated: (Since version 2.2)

item

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

Deprecated: (Since version 2.2)

namedItem

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

Deprecated: (Since version 2.2)

Properties

length

data DOMHTMLPropertiesCollectionLengthPropertyInfo Source #

Instances

AttrInfo DOMHTMLPropertiesCollectionLengthPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLPropertiesCollectionLengthPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLPropertiesCollectionLengthPropertyInfo = * ~ ()
type AttrOrigin DOMHTMLPropertiesCollectionLengthPropertyInfo Source # 
type AttrLabel DOMHTMLPropertiesCollectionLengthPropertyInfo Source # 
type AttrGetType DOMHTMLPropertiesCollectionLengthPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLPropertiesCollectionLengthPropertyInfo Source # 
type AttrAllowedOps DOMHTMLPropertiesCollectionLengthPropertyInfo Source # 
type AttrAllowedOps DOMHTMLPropertiesCollectionLengthPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMHTMLPropertiesCollectionLength :: AttrLabelProxy "length" Source #

names

data DOMHTMLPropertiesCollectionNamesPropertyInfo Source #

Instances

AttrInfo DOMHTMLPropertiesCollectionNamesPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLPropertiesCollectionNamesPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLPropertiesCollectionNamesPropertyInfo = * ~ ()
type AttrOrigin DOMHTMLPropertiesCollectionNamesPropertyInfo Source # 
type AttrLabel DOMHTMLPropertiesCollectionNamesPropertyInfo Source # 
type AttrGetType DOMHTMLPropertiesCollectionNamesPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLPropertiesCollectionNamesPropertyInfo Source # 
type AttrAllowedOps DOMHTMLPropertiesCollectionNamesPropertyInfo Source # 
type AttrAllowedOps DOMHTMLPropertiesCollectionNamesPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMHTMLPropertiesCollectionNames :: AttrLabelProxy "names" Source #