gi-webkit-3.0.9: 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.DOMHTMLCollection

Contents

Description

 

Synopsis

Exported types

newtype DOMHTMLCollection Source #

Constructors

DOMHTMLCollection (ManagedPtr DOMHTMLCollection) 

Instances

GObject DOMHTMLCollection Source # 
IsObject DOMHTMLCollection Source # 
IsDOMObject DOMHTMLCollection Source # 
IsDOMHTMLCollection DOMHTMLCollection Source # 
((~) * info (ResolveDOMHTMLCollectionMethod t DOMHTMLCollection), MethodInfo * info DOMHTMLCollection p) => IsLabel t (DOMHTMLCollection -> p) Source # 
((~) * info (ResolveDOMHTMLCollectionMethod t DOMHTMLCollection), MethodInfo * info DOMHTMLCollection p) => IsLabelProxy t (DOMHTMLCollection -> p) Source # 
HasAttributeList * DOMHTMLCollection Source # 
type SignalList DOMHTMLCollection Source # 
type SignalList DOMHTMLCollection
type AttributeList DOMHTMLCollection Source # 
type AttributeList DOMHTMLCollection

Methods

getLength

data DOMHTMLCollectionGetLengthMethodInfo Source #

Instances

((~) * signature (m CULong), MonadIO m, IsDOMHTMLCollection a) => MethodInfo * DOMHTMLCollectionGetLengthMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLCollectionGetLengthMethodInfo a -> signature -> s

item

data DOMHTMLCollectionItemMethodInfo Source #

Instances

((~) * signature (CULong -> m DOMNode), MonadIO m, IsDOMHTMLCollection a) => MethodInfo * DOMHTMLCollectionItemMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLCollectionItemMethodInfo a -> signature -> s

namedItem

data DOMHTMLCollectionNamedItemMethodInfo Source #

Instances

((~) * signature (Text -> m DOMNode), MonadIO m, IsDOMHTMLCollection a) => MethodInfo * DOMHTMLCollectionNamedItemMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLCollectionNamedItemMethodInfo a -> signature -> s

Properties

length

data DOMHTMLCollectionLengthPropertyInfo Source #

Instances

AttrInfo DOMHTMLCollectionLengthPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLCollectionLengthPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLCollectionLengthPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLCollectionLengthPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLCollectionLengthPropertyInfo :: *

type AttrLabel DOMHTMLCollectionLengthPropertyInfo :: Symbol

type AttrOrigin DOMHTMLCollectionLengthPropertyInfo :: *

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

dOMHTMLCollectionLength :: AttrLabelProxy "length" Source #