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

Contents

Description

 

Synopsis

Exported types

newtype DOMFileList Source #

Constructors

DOMFileList (ManagedPtr DOMFileList) 

Instances

GObject DOMFileList Source # 
IsObject DOMFileList Source # 
IsDOMObject DOMFileList Source # 
IsDOMFileList DOMFileList Source # 
((~) * info (ResolveDOMFileListMethod t DOMFileList), MethodInfo * info DOMFileList p) => IsLabel t (DOMFileList -> p) Source # 

Methods

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

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

class GObject o => IsDOMFileList o Source #

Instances

(GObject a, UnknownAncestorError Constraint DOMFileList a) => IsDOMFileList a Source # 
IsDOMFileList DOMFileList Source # 

Methods

getLength

data DOMFileListGetLengthMethodInfo Source #

Instances

((~) * signature (m CULong), MonadIO m, IsDOMFileList a) => MethodInfo * DOMFileListGetLengthMethodInfo a signature Source # 

Methods

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

item

data DOMFileListItemMethodInfo Source #

Instances

((~) * signature (CULong -> m DOMFile), MonadIO m, IsDOMFileList a) => MethodInfo * DOMFileListItemMethodInfo a signature Source # 

Methods

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

Properties

length

data DOMFileListLengthPropertyInfo Source #

Instances

AttrInfo DOMFileListLengthPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMFileListLengthPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMFileListLengthPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMFileListLengthPropertyInfo :: * -> Constraint

type AttrGetType DOMFileListLengthPropertyInfo :: *

type AttrLabel DOMFileListLengthPropertyInfo :: Symbol

type AttrOrigin DOMFileListLengthPropertyInfo :: *

Methods

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

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

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

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

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

dOMFileListLength :: AttrLabelProxy "length" Source #