gi-webkit2webextension-4.0.12: WebKit2-WebExtension 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.WebKit2WebExtension.Objects.DOMHTMLOListElement

Contents

Description

 

Synopsis

Exported types

Methods

getCompact

dOMHTMLOListElementGetCompact Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) 
=> a

self: A DOMHTMLOListElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getStart

dOMHTMLOListElementGetStart Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) 
=> a

self: A DOMHTMLOListElement

-> m CLong

Returns: A glong

No description available in the introspection data.

getTypeAttr

dOMHTMLOListElementGetTypeAttr Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) 
=> a

self: A DOMHTMLOListElement

-> m Text

Returns: A gchar

No description available in the introspection data.

setCompact

dOMHTMLOListElementSetCompact Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) 
=> a

self: A DOMHTMLOListElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setStart

dOMHTMLOListElementSetStart Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) 
=> a

self: A DOMHTMLOListElement

-> CLong

value: A glong

-> m () 

No description available in the introspection data.

setTypeAttr

dOMHTMLOListElementSetTypeAttr Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) 
=> a

self: A DOMHTMLOListElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Properties

compact

data DOMHTMLOListElementCompactPropertyInfo Source #

Instances

AttrInfo DOMHTMLOListElementCompactPropertyInfo Source # 
type AttrOrigin DOMHTMLOListElementCompactPropertyInfo Source # 
type AttrLabel DOMHTMLOListElementCompactPropertyInfo Source # 
type AttrGetType DOMHTMLOListElementCompactPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLOListElementCompactPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLOListElementCompactPropertyInfo Source # 
type AttrAllowedOps DOMHTMLOListElementCompactPropertyInfo Source # 

start

data DOMHTMLOListElementStartPropertyInfo Source #

Instances

AttrInfo DOMHTMLOListElementStartPropertyInfo Source # 
type AttrOrigin DOMHTMLOListElementStartPropertyInfo Source # 
type AttrLabel DOMHTMLOListElementStartPropertyInfo Source # 
type AttrGetType DOMHTMLOListElementStartPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLOListElementStartPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLOListElementStartPropertyInfo Source # 
type AttrAllowedOps DOMHTMLOListElementStartPropertyInfo Source # 

type

data DOMHTMLOListElementTypePropertyInfo Source #

Instances

AttrInfo DOMHTMLOListElementTypePropertyInfo Source # 
type AttrOrigin DOMHTMLOListElementTypePropertyInfo Source # 
type AttrLabel DOMHTMLOListElementTypePropertyInfo Source # 
type AttrGetType DOMHTMLOListElementTypePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLOListElementTypePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLOListElementTypePropertyInfo Source # 
type AttrAllowedOps DOMHTMLOListElementTypePropertyInfo Source #