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

Contents

Description

 

Synopsis

Exported types

newtype DOMHTMLLIElement Source #

Constructors

DOMHTMLLIElement (ManagedPtr DOMHTMLLIElement) 

Instances

class GObject o => IsDOMHTMLLIElement o Source #

Instances

Methods

getValue

data DOMHTMLLIElementGetValueMethodInfo Source #

Instances

((~) * signature (m CLong), MonadIO m, IsDOMHTMLLIElement a) => MethodInfo * DOMHTMLLIElementGetValueMethodInfo a signature Source # 

Methods

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

setValue

data DOMHTMLLIElementSetValueMethodInfo Source #

Instances

((~) * signature (CLong -> m ()), MonadIO m, IsDOMHTMLLIElement a) => MethodInfo * DOMHTMLLIElementSetValueMethodInfo a signature Source # 

Methods

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

Properties

type

data DOMHTMLLIElementTypePropertyInfo Source #

Instances

AttrInfo DOMHTMLLIElementTypePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLLIElementTypePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLLIElementTypePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLLIElementTypePropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLLIElementTypePropertyInfo :: *

type AttrLabel DOMHTMLLIElementTypePropertyInfo :: Symbol

type AttrOrigin DOMHTMLLIElementTypePropertyInfo :: *

Methods

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

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

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

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

type AttrSetTypeConstraint DOMHTMLLIElementTypePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLLIElementTypePropertyInfo = * ~ Text
type AttrOrigin DOMHTMLLIElementTypePropertyInfo Source # 
type AttrLabel DOMHTMLLIElementTypePropertyInfo Source # 
type AttrLabel DOMHTMLLIElementTypePropertyInfo = "type"
type AttrGetType DOMHTMLLIElementTypePropertyInfo Source # 
type AttrGetType DOMHTMLLIElementTypePropertyInfo = Maybe Text
type AttrBaseTypeConstraint DOMHTMLLIElementTypePropertyInfo Source # 
type AttrAllowedOps DOMHTMLLIElementTypePropertyInfo Source # 
type AttrAllowedOps DOMHTMLLIElementTypePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))))

constructDOMHTMLLIElementType :: IsDOMHTMLLIElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLLIElementType :: AttrLabelProxy "type" Source #

value

data DOMHTMLLIElementValuePropertyInfo Source #

Instances

AttrInfo DOMHTMLLIElementValuePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLLIElementValuePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLLIElementValuePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLLIElementValuePropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLLIElementValuePropertyInfo :: *

type AttrLabel DOMHTMLLIElementValuePropertyInfo :: Symbol

type AttrOrigin DOMHTMLLIElementValuePropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLLIElementValuePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLLIElementValuePropertyInfo = * ~ CLong
type AttrOrigin DOMHTMLLIElementValuePropertyInfo Source # 
type AttrLabel DOMHTMLLIElementValuePropertyInfo Source # 
type AttrLabel DOMHTMLLIElementValuePropertyInfo = "value"
type AttrGetType DOMHTMLLIElementValuePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLLIElementValuePropertyInfo Source # 
type AttrAllowedOps DOMHTMLLIElementValuePropertyInfo Source # 
type AttrAllowedOps DOMHTMLLIElementValuePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLLIElementValue :: AttrLabelProxy "value" Source #