gi-webkit2webextension-4.0.23: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLMetaElement

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMHTMLMetaElement o) => IsDOMHTMLMetaElement o Source #

Type class for types which can be safely cast to DOMHTMLMetaElement, for instance with toDOMHTMLMetaElement.

toDOMHTMLMetaElement :: (MonadIO m, IsDOMHTMLMetaElement o) => o -> m DOMHTMLMetaElement Source #

Cast to DOMHTMLMetaElement, for types for which this is known to be safe. For general casts, use castTo.

Methods

getContent

dOMHTMLMetaElementGetContent Source #

Arguments

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

self: A DOMHTMLMetaElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHttpEquiv

dOMHTMLMetaElementGetHttpEquiv Source #

Arguments

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

self: A DOMHTMLMetaElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getName

dOMHTMLMetaElementGetName Source #

Arguments

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

self: A DOMHTMLMetaElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getScheme

dOMHTMLMetaElementGetScheme Source #

Arguments

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

self: A DOMHTMLMetaElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setContent

dOMHTMLMetaElementSetContent Source #

Arguments

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

self: A DOMHTMLMetaElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHttpEquiv

dOMHTMLMetaElementSetHttpEquiv Source #

Arguments

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

self: A DOMHTMLMetaElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setName

dOMHTMLMetaElementSetName Source #

Arguments

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

self: A DOMHTMLMetaElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setScheme

dOMHTMLMetaElementSetScheme Source #

Arguments

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

self: A DOMHTMLMetaElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

content

No description available in the introspection data.

constructDOMHTMLMetaElementContent :: IsDOMHTMLMetaElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “content” property. This is rarely needed directly, but it is used by new.

getDOMHTMLMetaElementContent :: (MonadIO m, IsDOMHTMLMetaElement o) => o -> m (Maybe Text) Source #

Get the value of the “content” property. When overloading is enabled, this is equivalent to

get dOMHTMLMetaElement #content

setDOMHTMLMetaElementContent :: (MonadIO m, IsDOMHTMLMetaElement o) => o -> Text -> m () Source #

Set the value of the “content” property. When overloading is enabled, this is equivalent to

set dOMHTMLMetaElement [ #content := value ]

httpEquiv

No description available in the introspection data.

constructDOMHTMLMetaElementHttpEquiv :: IsDOMHTMLMetaElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “http-equiv” property. This is rarely needed directly, but it is used by new.

getDOMHTMLMetaElementHttpEquiv :: (MonadIO m, IsDOMHTMLMetaElement o) => o -> m (Maybe Text) Source #

Get the value of the “http-equiv” property. When overloading is enabled, this is equivalent to

get dOMHTMLMetaElement #httpEquiv

setDOMHTMLMetaElementHttpEquiv :: (MonadIO m, IsDOMHTMLMetaElement o) => o -> Text -> m () Source #

Set the value of the “http-equiv” property. When overloading is enabled, this is equivalent to

set dOMHTMLMetaElement [ #httpEquiv := value ]

name

No description available in the introspection data.

constructDOMHTMLMetaElementName :: IsDOMHTMLMetaElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “name” property. This is rarely needed directly, but it is used by new.

getDOMHTMLMetaElementName :: (MonadIO m, IsDOMHTMLMetaElement o) => o -> m (Maybe Text) Source #

Get the value of the “name” property. When overloading is enabled, this is equivalent to

get dOMHTMLMetaElement #name

setDOMHTMLMetaElementName :: (MonadIO m, IsDOMHTMLMetaElement o) => o -> Text -> m () Source #

Set the value of the “name” property. When overloading is enabled, this is equivalent to

set dOMHTMLMetaElement [ #name := value ]

scheme

No description available in the introspection data.

constructDOMHTMLMetaElementScheme :: IsDOMHTMLMetaElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “scheme” property. This is rarely needed directly, but it is used by new.

getDOMHTMLMetaElementScheme :: (MonadIO m, IsDOMHTMLMetaElement o) => o -> m (Maybe Text) Source #

Get the value of the “scheme” property. When overloading is enabled, this is equivalent to

get dOMHTMLMetaElement #scheme

setDOMHTMLMetaElementScheme :: (MonadIO m, IsDOMHTMLMetaElement o) => o -> Text -> m () Source #

Set the value of the “scheme” property. When overloading is enabled, this is equivalent to

set dOMHTMLMetaElement [ #scheme := value ]