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

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMCSSValue o) => IsDOMCSSValue o Source #

Type class for types which can be safely cast to DOMCSSValue, for instance with toDOMCSSValue.

toDOMCSSValue :: (MonadIO m, IsDOMCSSValue o) => o -> m DOMCSSValue Source #

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

Methods

getCssText

dOMCSSValueGetCssText Source #

Arguments

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

self: A DOMCSSValue

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getCssValueType

dOMCSSValueGetCssValueType Source #

Arguments

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

self: A DOMCSSValue

-> m Word16

Returns: A gushort

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCssText

dOMCSSValueSetCssText Source #

Arguments

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

self: A DOMCSSValue

-> Text

value: A gchar

-> m ()

(Can throw GError)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

cssText

No description available in the introspection data.

clearDOMCSSValueCssText :: (MonadIO m, IsDOMCSSValue o) => o -> m () Source #

Set the value of the “css-text” property to Nothing. When overloading is enabled, this is equivalent to

clear #cssText

constructDOMCSSValueCssText :: IsDOMCSSValue o => Text -> IO (GValueConstruct o) Source #

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

getDOMCSSValueCssText :: (MonadIO m, IsDOMCSSValue o) => o -> m (Maybe Text) Source #

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

get dOMCSSValue #cssText

setDOMCSSValueCssText :: (MonadIO m, IsDOMCSSValue o) => o -> Text -> m () Source #

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

set dOMCSSValue [ #cssText := value ]

cssValueType

No description available in the introspection data.

getDOMCSSValueCssValueType :: (MonadIO m, IsDOMCSSValue o) => o -> m Word32 Source #

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

get dOMCSSValue #cssValueType