| 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.WebKit2WebExtension.Objects.DOMHTMLCollection
Description
No description available in the introspection data.
Synopsis
- newtype DOMHTMLCollection = DOMHTMLCollection (ManagedPtr DOMHTMLCollection)
- class GObject o => IsDOMHTMLCollection o
- toDOMHTMLCollection :: (MonadIO m, IsDOMHTMLCollection o) => o -> m DOMHTMLCollection
- noDOMHTMLCollection :: Maybe DOMHTMLCollection
- dOMHTMLCollectionGetLength :: (HasCallStack, MonadIO m, IsDOMHTMLCollection a) => a -> m CULong
- dOMHTMLCollectionItem :: (HasCallStack, MonadIO m, IsDOMHTMLCollection a) => a -> CULong -> m DOMNode
- dOMHTMLCollectionNamedItem :: (HasCallStack, MonadIO m, IsDOMHTMLCollection a) => a -> Text -> m DOMNode
- getDOMHTMLCollectionLength :: (MonadIO m, IsDOMHTMLCollection o) => o -> m CULong
Exported types
newtype DOMHTMLCollection Source #
Memory-managed wrapper type.
Constructors
| DOMHTMLCollection (ManagedPtr DOMHTMLCollection) |
class GObject o => IsDOMHTMLCollection o Source #
Type class for types which can be safely cast to DOMHTMLCollection, for instance with toDOMHTMLCollection.
toDOMHTMLCollection :: (MonadIO m, IsDOMHTMLCollection o) => o -> m DOMHTMLCollection Source #
Cast to DOMHTMLCollection, for types for which this is known to be safe. For general casts, use castTo.
noDOMHTMLCollection :: Maybe DOMHTMLCollection Source #
A convenience alias for Nothing :: Maybe DOMHTMLCollection.
Methods
getLength
dOMHTMLCollectionGetLength Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLCollection a) | |
| => a |
|
| -> m CULong | Returns: A |
No description available in the introspection data.
item
dOMHTMLCollectionItem Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLCollection a) | |
| => a |
|
| -> CULong |
|
| -> m DOMNode | Returns: A |
No description available in the introspection data.
namedItem
dOMHTMLCollectionNamedItem Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLCollection a) | |
| => a |
|
| -> Text |
|
| -> m DOMNode | Returns: A |
No description available in the introspection data.
Properties
length
No description available in the introspection data.
getDOMHTMLCollectionLength :: (MonadIO m, IsDOMHTMLCollection o) => o -> m CULong Source #
Get the value of the “length” property.
When overloading is enabled, this is equivalent to
get dOMHTMLCollection #length