| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.WebKit2WebExtension.Objects.DOMCSSValue
Description
No description available in the introspection data.
Synopsis
- newtype DOMCSSValue = DOMCSSValue (ManagedPtr DOMCSSValue)
- class (GObject o, IsDescendantOf DOMCSSValue o) => IsDOMCSSValue o
- toDOMCSSValue :: (MonadIO m, IsDOMCSSValue o) => o -> m DOMCSSValue
- noDOMCSSValue :: Maybe DOMCSSValue
- dOMCSSValueGetCssText :: (HasCallStack, MonadIO m, IsDOMCSSValue a) => a -> m Text
- dOMCSSValueGetCssValueType :: (HasCallStack, MonadIO m, IsDOMCSSValue a) => a -> m Word16
- dOMCSSValueSetCssText :: (HasCallStack, MonadIO m, IsDOMCSSValue a) => a -> Text -> m ()
- clearDOMCSSValueCssText :: (MonadIO m, IsDOMCSSValue o) => o -> m ()
- constructDOMCSSValueCssText :: IsDOMCSSValue o => Text -> IO (GValueConstruct o)
- getDOMCSSValueCssText :: (MonadIO m, IsDOMCSSValue o) => o -> m (Maybe Text)
- setDOMCSSValueCssText :: (MonadIO m, IsDOMCSSValue o) => o -> Text -> m ()
- getDOMCSSValueCssValueType :: (MonadIO m, IsDOMCSSValue o) => o -> m Word32
Exported types
newtype DOMCSSValue Source #
Memory-managed wrapper type.
Constructors
| DOMCSSValue (ManagedPtr DOMCSSValue) |
Instances
| Eq DOMCSSValue Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMCSSValue | |
| IsGValue DOMCSSValue Source # | Convert |
Defined in GI.WebKit2WebExtension.Objects.DOMCSSValue | |
| GObject DOMCSSValue Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMCSSValue Methods gobjectType :: IO GType # | |
| HasParentTypes DOMCSSValue Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMCSSValue | |
| type ParentTypes DOMCSSValue Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMCSSValue | |
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
| (GObject o, IsDescendantOf DOMCSSValue o) => IsDOMCSSValue o Source # | |
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.
noDOMCSSValue :: Maybe DOMCSSValue Source #
A convenience alias for Nothing :: Maybe DOMCSSValue.
Methods
Overloaded methods
getCssText
dOMCSSValueGetCssText Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMCSSValue a) | |
| => a |
|
| -> m Text | Returns: A |
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 |
|
| -> m Word16 | Returns: A |
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 |
|
| -> Text |
|
| -> m () | (Can throw |
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
setdOMCSSValue [ #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