| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.WebKit.Objects.DOMCSSRuleList
Description
- newtype DOMCSSRuleList = DOMCSSRuleList (ManagedPtr DOMCSSRuleList)
- class GObject o => IsDOMCSSRuleList o
- toDOMCSSRuleList :: (MonadIO m, IsDOMCSSRuleList o) => o -> m DOMCSSRuleList
- noDOMCSSRuleList :: Maybe DOMCSSRuleList
- dOMCSSRuleListGetLength :: (HasCallStack, MonadIO m, IsDOMCSSRuleList a) => a -> m CULong
- dOMCSSRuleListItem :: (HasCallStack, MonadIO m, IsDOMCSSRuleList a) => a -> CULong -> m DOMCSSRule
- getDOMCSSRuleListLength :: (MonadIO m, IsDOMCSSRuleList o) => o -> m CULong
Exported types
newtype DOMCSSRuleList Source #
Constructors
| DOMCSSRuleList (ManagedPtr DOMCSSRuleList) |
class GObject o => IsDOMCSSRuleList o Source #
Instances
toDOMCSSRuleList :: (MonadIO m, IsDOMCSSRuleList o) => o -> m DOMCSSRuleList Source #
Methods
getLength
dOMCSSRuleListGetLength Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMCSSRuleList a) | |
| => a |
|
| -> m CULong | Returns: A |
No description available in the introspection data.
item
Arguments
| :: (HasCallStack, MonadIO m, IsDOMCSSRuleList a) | |
| => a |
|
| -> CULong |
|
| -> m DOMCSSRule | Returns: A |
No description available in the introspection data.
Properties
length
getDOMCSSRuleListLength :: (MonadIO m, IsDOMCSSRuleList o) => o -> m CULong Source #