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

Contents

Description

 

Synopsis

Exported types

newtype DOMStyleSheetList Source #

Constructors

DOMStyleSheetList (ManagedPtr DOMStyleSheetList) 

Instances

GObject DOMStyleSheetList Source # 
IsObject DOMStyleSheetList Source # 
IsDOMStyleSheetList DOMStyleSheetList Source # 
IsDOMObject DOMStyleSheetList Source # 
((~) * info (ResolveDOMStyleSheetListMethod t DOMStyleSheetList), MethodInfo * info DOMStyleSheetList p) => IsLabel t (DOMStyleSheetList -> p) Source # 
((~) * info (ResolveDOMStyleSheetListMethod t DOMStyleSheetList), MethodInfo * info DOMStyleSheetList p) => IsLabelProxy t (DOMStyleSheetList -> p) Source # 
HasAttributeList * DOMStyleSheetList Source # 
type SignalList DOMStyleSheetList Source # 
type SignalList DOMStyleSheetList
type AttributeList DOMStyleSheetList Source # 
type AttributeList DOMStyleSheetList

class GObject o => IsDOMStyleSheetList o Source #

Methods

getLength

data DOMStyleSheetListGetLengthMethodInfo Source #

Instances

((~) * signature (m CULong), MonadIO m, IsDOMStyleSheetList a) => MethodInfo * DOMStyleSheetListGetLengthMethodInfo a signature Source # 

Methods

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

item

data DOMStyleSheetListItemMethodInfo Source #

Instances

((~) * signature (CULong -> m DOMStyleSheet), MonadIO m, IsDOMStyleSheetList a) => MethodInfo * DOMStyleSheetListItemMethodInfo a signature Source # 

Methods

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

Properties

length

data DOMStyleSheetListLengthPropertyInfo Source #

Instances

AttrInfo DOMStyleSheetListLengthPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMStyleSheetListLengthPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMStyleSheetListLengthPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMStyleSheetListLengthPropertyInfo :: * -> Constraint

type AttrGetType DOMStyleSheetListLengthPropertyInfo :: *

type AttrLabel DOMStyleSheetListLengthPropertyInfo :: Symbol

type AttrOrigin DOMStyleSheetListLengthPropertyInfo :: *

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

dOMStyleSheetListLength :: AttrLabelProxy "length" Source #