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

Contents

Description

 

Synopsis

Exported types

class GObject o => IsDOMHTMLLinkElement o Source #

Methods

getCharset

data DOMHTMLLinkElementGetCharsetMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLLinkElement a) => MethodInfo * DOMHTMLLinkElementGetCharsetMethodInfo a signature Source # 

Methods

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

getDisabled

data DOMHTMLLinkElementGetDisabledMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsDOMHTMLLinkElement a) => MethodInfo * DOMHTMLLinkElementGetDisabledMethodInfo a signature Source # 

Methods

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

getHref

data DOMHTMLLinkElementGetHrefMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLLinkElement a) => MethodInfo * DOMHTMLLinkElementGetHrefMethodInfo a signature Source # 

Methods

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

getHreflang

data DOMHTMLLinkElementGetHreflangMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLLinkElement a) => MethodInfo * DOMHTMLLinkElementGetHreflangMethodInfo a signature Source # 

Methods

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

getMedia

data DOMHTMLLinkElementGetMediaMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLLinkElement a) => MethodInfo * DOMHTMLLinkElementGetMediaMethodInfo a signature Source # 

Methods

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

getRel

data DOMHTMLLinkElementGetRelMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLLinkElement a) => MethodInfo * DOMHTMLLinkElementGetRelMethodInfo a signature Source # 

Methods

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

getRev

data DOMHTMLLinkElementGetRevMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLLinkElement a) => MethodInfo * DOMHTMLLinkElementGetRevMethodInfo a signature Source # 

Methods

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

getSheet

data DOMHTMLLinkElementGetSheetMethodInfo Source #

Instances

((~) * signature (m DOMStyleSheet), MonadIO m, IsDOMHTMLLinkElement a) => MethodInfo * DOMHTMLLinkElementGetSheetMethodInfo a signature Source # 

Methods

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

getTarget

data DOMHTMLLinkElementGetTargetMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLLinkElement a) => MethodInfo * DOMHTMLLinkElementGetTargetMethodInfo a signature Source # 

Methods

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

setCharset

data DOMHTMLLinkElementSetCharsetMethodInfo Source #

Instances

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

Methods

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

setDisabled

data DOMHTMLLinkElementSetDisabledMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsDOMHTMLLinkElement a) => MethodInfo * DOMHTMLLinkElementSetDisabledMethodInfo a signature Source # 

Methods

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

setHref

data DOMHTMLLinkElementSetHrefMethodInfo Source #

Instances

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

Methods

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

setHreflang

data DOMHTMLLinkElementSetHreflangMethodInfo Source #

Instances

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

Methods

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

setMedia

data DOMHTMLLinkElementSetMediaMethodInfo Source #

Instances

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

Methods

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

setRel

data DOMHTMLLinkElementSetRelMethodInfo Source #

Instances

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

Methods

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

setRev

data DOMHTMLLinkElementSetRevMethodInfo Source #

Instances

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

Methods

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

setTarget

data DOMHTMLLinkElementSetTargetMethodInfo Source #

Instances

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

Methods

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

Properties

charset

data DOMHTMLLinkElementCharsetPropertyInfo Source #

Instances

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

dOMHTMLLinkElementCharset :: AttrLabelProxy "charset" Source #

disabled

data DOMHTMLLinkElementDisabledPropertyInfo Source #

Instances

AttrInfo DOMHTMLLinkElementDisabledPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLLinkElementDisabledPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLLinkElementDisabledPropertyInfo = * ~ Bool
type AttrOrigin DOMHTMLLinkElementDisabledPropertyInfo Source # 
type AttrLabel DOMHTMLLinkElementDisabledPropertyInfo Source # 
type AttrLabel DOMHTMLLinkElementDisabledPropertyInfo = "disabled"
type AttrGetType DOMHTMLLinkElementDisabledPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLLinkElementDisabledPropertyInfo Source # 
type AttrAllowedOps DOMHTMLLinkElementDisabledPropertyInfo Source # 
type AttrAllowedOps DOMHTMLLinkElementDisabledPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLLinkElementDisabled :: AttrLabelProxy "disabled" Source #

href

data DOMHTMLLinkElementHrefPropertyInfo Source #

Instances

AttrInfo DOMHTMLLinkElementHrefPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLLinkElementHrefPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLLinkElementHrefPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLLinkElementHrefPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLLinkElementHrefPropertyInfo :: *

type AttrLabel DOMHTMLLinkElementHrefPropertyInfo :: Symbol

type AttrOrigin DOMHTMLLinkElementHrefPropertyInfo :: *

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

constructDOMHTMLLinkElementHref :: IsDOMHTMLLinkElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLLinkElementHref :: AttrLabelProxy "href" Source #

hreflang

data DOMHTMLLinkElementHreflangPropertyInfo Source #

Instances

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

dOMHTMLLinkElementHreflang :: AttrLabelProxy "hreflang" Source #

media

data DOMHTMLLinkElementMediaPropertyInfo Source #

Instances

AttrInfo DOMHTMLLinkElementMediaPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLLinkElementMediaPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLLinkElementMediaPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLLinkElementMediaPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLLinkElementMediaPropertyInfo :: *

type AttrLabel DOMHTMLLinkElementMediaPropertyInfo :: Symbol

type AttrOrigin DOMHTMLLinkElementMediaPropertyInfo :: *

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

dOMHTMLLinkElementMedia :: AttrLabelProxy "media" Source #

rel

data DOMHTMLLinkElementRelPropertyInfo Source #

Instances

AttrInfo DOMHTMLLinkElementRelPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLLinkElementRelPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLLinkElementRelPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLLinkElementRelPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLLinkElementRelPropertyInfo :: *

type AttrLabel DOMHTMLLinkElementRelPropertyInfo :: Symbol

type AttrOrigin DOMHTMLLinkElementRelPropertyInfo :: *

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

constructDOMHTMLLinkElementRel :: IsDOMHTMLLinkElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLLinkElementRel :: AttrLabelProxy "rel" Source #

rev

data DOMHTMLLinkElementRevPropertyInfo Source #

Instances

AttrInfo DOMHTMLLinkElementRevPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLLinkElementRevPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLLinkElementRevPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLLinkElementRevPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLLinkElementRevPropertyInfo :: *

type AttrLabel DOMHTMLLinkElementRevPropertyInfo :: Symbol

type AttrOrigin DOMHTMLLinkElementRevPropertyInfo :: *

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

constructDOMHTMLLinkElementRev :: IsDOMHTMLLinkElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLLinkElementRev :: AttrLabelProxy "rev" Source #

sheet

data DOMHTMLLinkElementSheetPropertyInfo Source #

Instances

AttrInfo DOMHTMLLinkElementSheetPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLLinkElementSheetPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLLinkElementSheetPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLLinkElementSheetPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLLinkElementSheetPropertyInfo :: *

type AttrLabel DOMHTMLLinkElementSheetPropertyInfo :: Symbol

type AttrOrigin DOMHTMLLinkElementSheetPropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLLinkElementSheetPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLLinkElementSheetPropertyInfo = * ~ ()
type AttrOrigin DOMHTMLLinkElementSheetPropertyInfo Source # 
type AttrLabel DOMHTMLLinkElementSheetPropertyInfo Source # 
type AttrLabel DOMHTMLLinkElementSheetPropertyInfo = "sheet"
type AttrGetType DOMHTMLLinkElementSheetPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLLinkElementSheetPropertyInfo Source # 
type AttrAllowedOps DOMHTMLLinkElementSheetPropertyInfo Source # 
type AttrAllowedOps DOMHTMLLinkElementSheetPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMHTMLLinkElementSheet :: AttrLabelProxy "sheet" Source #

target

data DOMHTMLLinkElementTargetPropertyInfo Source #

Instances

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

dOMHTMLLinkElementTarget :: AttrLabelProxy "target" Source #

type

data DOMHTMLLinkElementTypePropertyInfo Source #

Instances

AttrInfo DOMHTMLLinkElementTypePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLLinkElementTypePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLLinkElementTypePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLLinkElementTypePropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLLinkElementTypePropertyInfo :: *

type AttrLabel DOMHTMLLinkElementTypePropertyInfo :: Symbol

type AttrOrigin DOMHTMLLinkElementTypePropertyInfo :: *

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

constructDOMHTMLLinkElementType :: IsDOMHTMLLinkElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLLinkElementType :: AttrLabelProxy "type" Source #