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

Contents

Description

 

Synopsis

Exported types

class GObject o => IsDOMHTMLHtmlElement o Source #

Methods

getManifest

data DOMHTMLHtmlElementGetManifestMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLHtmlElement a) => MethodInfo * DOMHTMLHtmlElementGetManifestMethodInfo a signature Source # 

Methods

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

getVersion

data DOMHTMLHtmlElementGetVersionMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLHtmlElement a) => MethodInfo * DOMHTMLHtmlElementGetVersionMethodInfo a signature Source # 

Methods

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

setManifest

data DOMHTMLHtmlElementSetManifestMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLHtmlElement a) => MethodInfo * DOMHTMLHtmlElementSetManifestMethodInfo a signature Source # 

Methods

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

setVersion

data DOMHTMLHtmlElementSetVersionMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLHtmlElement a) => MethodInfo * DOMHTMLHtmlElementSetVersionMethodInfo a signature Source # 

Methods

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

Properties

manifest

data DOMHTMLHtmlElementManifestPropertyInfo Source #

Instances

AttrInfo DOMHTMLHtmlElementManifestPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLHtmlElementManifestPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLHtmlElementManifestPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLHtmlElementManifestPropertyInfo Source # 
type AttrLabel DOMHTMLHtmlElementManifestPropertyInfo Source # 
type AttrLabel DOMHTMLHtmlElementManifestPropertyInfo = "manifest"
type AttrGetType DOMHTMLHtmlElementManifestPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLHtmlElementManifestPropertyInfo Source # 
type AttrAllowedOps DOMHTMLHtmlElementManifestPropertyInfo Source # 
type AttrAllowedOps DOMHTMLHtmlElementManifestPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLHtmlElementManifest :: AttrLabelProxy "manifest" Source #

version

data DOMHTMLHtmlElementVersionPropertyInfo Source #

Instances

AttrInfo DOMHTMLHtmlElementVersionPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLHtmlElementVersionPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLHtmlElementVersionPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLHtmlElementVersionPropertyInfo Source # 
type AttrLabel DOMHTMLHtmlElementVersionPropertyInfo Source # 
type AttrLabel DOMHTMLHtmlElementVersionPropertyInfo = "version"
type AttrGetType DOMHTMLHtmlElementVersionPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLHtmlElementVersionPropertyInfo Source # 
type AttrAllowedOps DOMHTMLHtmlElementVersionPropertyInfo Source # 
type AttrAllowedOps DOMHTMLHtmlElementVersionPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLHtmlElementVersion :: AttrLabelProxy "version" Source #