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

Contents

Description

 

Synopsis

Exported types

Methods

getColor

dOMHTMLBaseFontElementGetColor Source #

Arguments

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

self: A DOMHTMLBaseFontElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.12)

This function has been removed from the DOM spec and it just returns Nothing.

getFace

dOMHTMLBaseFontElementGetFace Source #

Arguments

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

self: A DOMHTMLBaseFontElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.12)

This function has been removed from the DOM spec and it just returns Nothing.

getSize

dOMHTMLBaseFontElementGetSize Source #

Arguments

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

self: A DOMHTMLBaseFontElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.12)

This function has been removed from the DOM spec and it just returns 0.

setColor

dOMHTMLBaseFontElementSetColor Source #

Arguments

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

self: A DOMHTMLBaseFontElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.12)

This function has been removed from the DOM spec and it does nothing.

setFace

dOMHTMLBaseFontElementSetFace Source #

Arguments

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

self: A DOMHTMLBaseFontElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.12)

This function has been removed from the DOM spec and it does nothing.

setSize

dOMHTMLBaseFontElementSetSize Source #

Arguments

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

self: A DOMHTMLBaseFontElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.12)

This function has been removed from the DOM spec and it does nothing.