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

Contents

Description

 

Synopsis

Exported types

Methods

getCite

dOMHTMLModElementGetCite Source #

Arguments

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

self: A DOMHTMLModElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getDateTime

dOMHTMLModElementGetDateTime Source #

Arguments

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

self: A DOMHTMLModElement

-> m Text

Returns: A gchar

No description available in the introspection data.

setCite

dOMHTMLModElementSetCite Source #

Arguments

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

self: A DOMHTMLModElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setDateTime

dOMHTMLModElementSetDateTime Source #

Arguments

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

self: A DOMHTMLModElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Properties

cite

data DOMHTMLModElementCitePropertyInfo Source #

Instances

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

dateTime

data DOMHTMLModElementDateTimePropertyInfo Source #

Instances

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