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.DOMPropertyNodeList

Contents

Description

 

Synopsis

Exported types

newtype DOMPropertyNodeList Source #

Constructors

DOMPropertyNodeList (ManagedPtr DOMPropertyNodeList) 

Instances

GObject DOMPropertyNodeList Source # 
IsObject DOMPropertyNodeList Source # 
IsDOMObject DOMPropertyNodeList Source # 
IsDOMNodeList DOMPropertyNodeList Source # 
IsDOMPropertyNodeList DOMPropertyNodeList Source # 
((~) * info (ResolveDOMPropertyNodeListMethod t DOMPropertyNodeList), MethodInfo * info DOMPropertyNodeList p) => IsLabel t (DOMPropertyNodeList -> p) Source # 
((~) * info (ResolveDOMPropertyNodeListMethod t DOMPropertyNodeList), MethodInfo * info DOMPropertyNodeList p) => IsLabelProxy t (DOMPropertyNodeList -> p) Source # 
HasAttributeList * DOMPropertyNodeList Source # 
type SignalList DOMPropertyNodeList Source # 
type SignalList DOMPropertyNodeList
type AttributeList DOMPropertyNodeList Source # 
type AttributeList DOMPropertyNodeList

Methods

getLength

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

Deprecated: (Since version 2.2)

item

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

Deprecated: (Since version 2.2)

Properties

length

data DOMPropertyNodeListLengthPropertyInfo Source #

Instances

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

dOMPropertyNodeListLength :: AttrLabelProxy "length" Source #