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

Contents

Description

 

Synopsis

Exported types

newtype DOMMediaError Source #

Constructors

DOMMediaError (ManagedPtr DOMMediaError) 

Instances

GObject DOMMediaError Source # 
IsObject DOMMediaError Source # 
IsDOMObject DOMMediaError Source # 
IsDOMMediaError DOMMediaError Source # 
((~) * info (ResolveDOMMediaErrorMethod t DOMMediaError), MethodInfo * info DOMMediaError p) => IsLabel t (DOMMediaError -> p) Source # 

Methods

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

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

class GObject o => IsDOMMediaError o Source #

Instances

(GObject a, UnknownAncestorError Constraint DOMMediaError a) => IsDOMMediaError a Source # 
IsDOMMediaError DOMMediaError Source # 

Methods

getCode

data DOMMediaErrorGetCodeMethodInfo Source #

Instances

((~) * signature (m Word16), MonadIO m, IsDOMMediaError a) => MethodInfo * DOMMediaErrorGetCodeMethodInfo a signature Source # 

Methods

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

Properties

code

data DOMMediaErrorCodePropertyInfo Source #

Instances

AttrInfo DOMMediaErrorCodePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMMediaErrorCodePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMMediaErrorCodePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMMediaErrorCodePropertyInfo :: * -> Constraint

type AttrGetType DOMMediaErrorCodePropertyInfo :: *

type AttrLabel DOMMediaErrorCodePropertyInfo :: Symbol

type AttrOrigin DOMMediaErrorCodePropertyInfo :: *

Methods

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

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

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

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

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

dOMMediaErrorCode :: AttrLabelProxy "code" Source #