gi-webkit2webextension-4.0.25: WebKit2-WebExtension bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMCSSValue

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMCSSValue Source #

Memory-managed wrapper type.

Constructors

DOMCSSValue (ManagedPtr DOMCSSValue) 

Instances

Instances details
Eq DOMCSSValue Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCSSValue

Methods

(==) :: DOMCSSValue -> DOMCSSValue -> Bool

(/=) :: DOMCSSValue -> DOMCSSValue -> Bool

GObject DOMCSSValue Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCSSValue

ManagedPtrNewtype DOMCSSValue Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCSSValue

Methods

toManagedPtr :: DOMCSSValue -> ManagedPtr DOMCSSValue

TypedObject DOMCSSValue Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCSSValue

Methods

glibType :: IO GType

IsGValue DOMCSSValue Source #

Convert DOMCSSValue to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCSSValue

Methods

toGValue :: DOMCSSValue -> IO GValue

fromGValue :: GValue -> IO DOMCSSValue

HasParentTypes DOMCSSValue Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCSSValue

type ParentTypes DOMCSSValue Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCSSValue

type ParentTypes DOMCSSValue = '[DOMObject, Object]

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

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

Instances

Instances details
(GObject o, IsDescendantOf DOMCSSValue o) => IsDOMCSSValue o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMCSSValue

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

Overloaded 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, MonadIO m) => Text -> m (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