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

Contents

Description

 

Synopsis

Exported types

newtype DOMGamepadList Source #

Constructors

DOMGamepadList (ManagedPtr DOMGamepadList) 

Instances

GObject DOMGamepadList Source # 
IsObject DOMGamepadList Source # 
IsDOMObject DOMGamepadList Source # 
IsDOMGamepadList DOMGamepadList Source # 
((~) * info (ResolveDOMGamepadListMethod t DOMGamepadList), MethodInfo * info DOMGamepadList p) => IsLabel t (DOMGamepadList -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> DOMGamepadList -> p #

((~) * info (ResolveDOMGamepadListMethod t DOMGamepadList), MethodInfo * info DOMGamepadList p) => IsLabelProxy t (DOMGamepadList -> p) Source # 
HasAttributeList * DOMGamepadList Source # 
type SignalList DOMGamepadList Source # 
type SignalList DOMGamepadList
type AttributeList DOMGamepadList Source # 
type AttributeList DOMGamepadList

class GObject o => IsDOMGamepadList o Source #

Instances

Methods

getLength

data DOMGamepadListGetLengthMethodInfo Source #

Instances

((~) * signature (m CULong), MonadIO m, IsDOMGamepadList a) => MethodInfo * DOMGamepadListGetLengthMethodInfo a signature Source # 

Methods

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

item

data DOMGamepadListItemMethodInfo Source #

Instances

((~) * signature (CULong -> m DOMGamepad), MonadIO m, IsDOMGamepadList a) => MethodInfo * DOMGamepadListItemMethodInfo a signature Source # 

Methods

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

Properties

length

data DOMGamepadListLengthPropertyInfo Source #

Instances

AttrInfo DOMGamepadListLengthPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMGamepadListLengthPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMGamepadListLengthPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMGamepadListLengthPropertyInfo :: * -> Constraint

type AttrGetType DOMGamepadListLengthPropertyInfo :: *

type AttrLabel DOMGamepadListLengthPropertyInfo :: Symbol

type AttrOrigin DOMGamepadListLengthPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMGamepadListLengthPropertyInfo o => Proxy * DOMGamepadListLengthPropertyInfo -> o -> IO (AttrGetType DOMGamepadListLengthPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMGamepadListLengthPropertyInfo o, AttrSetTypeConstraint DOMGamepadListLengthPropertyInfo b) => Proxy * DOMGamepadListLengthPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMGamepadListLengthPropertyInfo o => Proxy * DOMGamepadListLengthPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMGamepadListLengthPropertyInfo o, AttrSetTypeConstraint DOMGamepadListLengthPropertyInfo b) => Proxy * DOMGamepadListLengthPropertyInfo -> b -> IO (GValueConstruct o)

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

dOMGamepadListLength :: AttrLabelProxy "length" Source #