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

Contents

Description

 

Synopsis

Exported types

class GObject o => IsDOMHTMLModElement o Source #

Methods

getCite

data DOMHTMLModElementGetCiteMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLModElement a) => MethodInfo * DOMHTMLModElementGetCiteMethodInfo a signature Source # 

Methods

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

getDateTime

data DOMHTMLModElementGetDateTimeMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLModElement a) => MethodInfo * DOMHTMLModElementGetDateTimeMethodInfo a signature Source # 

Methods

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

setCite

data DOMHTMLModElementSetCiteMethodInfo Source #

Instances

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

Methods

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

setDateTime

data DOMHTMLModElementSetDateTimeMethodInfo Source #

Instances

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

Methods

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

Properties

cite

data DOMHTMLModElementCitePropertyInfo Source #

Instances

AttrInfo DOMHTMLModElementCitePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLModElementCitePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLModElementCitePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLModElementCitePropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLModElementCitePropertyInfo :: *

type AttrLabel DOMHTMLModElementCitePropertyInfo :: Symbol

type AttrOrigin DOMHTMLModElementCitePropertyInfo :: *

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

constructDOMHTMLModElementCite :: IsDOMHTMLModElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLModElementCite :: AttrLabelProxy "cite" Source #

dateTime

data DOMHTMLModElementDateTimePropertyInfo Source #

Instances

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

dOMHTMLModElementDateTime :: AttrLabelProxy "dateTime" Source #