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

Contents

Description

 

Synopsis

Exported types

newtype DOMDOMPluginArray Source #

Constructors

DOMDOMPluginArray (ManagedPtr DOMDOMPluginArray) 

Instances

GObject DOMDOMPluginArray Source # 
IsObject DOMDOMPluginArray Source # 
IsDOMObject DOMDOMPluginArray Source # 
IsDOMDOMPluginArray DOMDOMPluginArray Source # 
((~) * info (ResolveDOMDOMPluginArrayMethod t DOMDOMPluginArray), MethodInfo * info DOMDOMPluginArray p) => IsLabel t (DOMDOMPluginArray -> p) Source # 
((~) * info (ResolveDOMDOMPluginArrayMethod t DOMDOMPluginArray), MethodInfo * info DOMDOMPluginArray p) => IsLabelProxy t (DOMDOMPluginArray -> p) Source # 
HasAttributeList * DOMDOMPluginArray Source # 
type SignalList DOMDOMPluginArray Source # 
type SignalList DOMDOMPluginArray
type AttributeList DOMDOMPluginArray Source # 
type AttributeList DOMDOMPluginArray

class GObject o => IsDOMDOMPluginArray o Source #

Methods

getLength

data DOMDOMPluginArrayGetLengthMethodInfo Source #

Instances

((~) * signature (m CULong), MonadIO m, IsDOMDOMPluginArray a) => MethodInfo * DOMDOMPluginArrayGetLengthMethodInfo a signature Source # 

Methods

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

item

data DOMDOMPluginArrayItemMethodInfo Source #

Instances

((~) * signature (CULong -> m DOMDOMPlugin), MonadIO m, IsDOMDOMPluginArray a) => MethodInfo * DOMDOMPluginArrayItemMethodInfo a signature Source # 

Methods

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

namedItem

data DOMDOMPluginArrayNamedItemMethodInfo Source #

Instances

((~) * signature (Text -> m DOMDOMPlugin), MonadIO m, IsDOMDOMPluginArray a) => MethodInfo * DOMDOMPluginArrayNamedItemMethodInfo a signature Source # 

Methods

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

refresh

data DOMDOMPluginArrayRefreshMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsDOMDOMPluginArray a) => MethodInfo * DOMDOMPluginArrayRefreshMethodInfo a signature Source # 

Methods

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

Properties

length

data DOMDOMPluginArrayLengthPropertyInfo Source #

Instances

AttrInfo DOMDOMPluginArrayLengthPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDOMPluginArrayLengthPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDOMPluginArrayLengthPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDOMPluginArrayLengthPropertyInfo :: * -> Constraint

type AttrGetType DOMDOMPluginArrayLengthPropertyInfo :: *

type AttrLabel DOMDOMPluginArrayLengthPropertyInfo :: Symbol

type AttrOrigin DOMDOMPluginArrayLengthPropertyInfo :: *

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

dOMDOMPluginArrayLength :: AttrLabelProxy "length" Source #