| 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.DOMHTMLCollection
Description
- newtype DOMHTMLCollection = DOMHTMLCollection (ManagedPtr DOMHTMLCollection)
- class GObject o => IsDOMHTMLCollection o
- toDOMHTMLCollection :: IsDOMHTMLCollection o => o -> IO DOMHTMLCollection
- noDOMHTMLCollection :: Maybe DOMHTMLCollection
- data DOMHTMLCollectionGetLengthMethodInfo
- dOMHTMLCollectionGetLength :: (HasCallStack, MonadIO m, IsDOMHTMLCollection a) => a -> m CULong
- data DOMHTMLCollectionItemMethodInfo
- dOMHTMLCollectionItem :: (HasCallStack, MonadIO m, IsDOMHTMLCollection a) => a -> CULong -> m DOMNode
- data DOMHTMLCollectionNamedItemMethodInfo
- dOMHTMLCollectionNamedItem :: (HasCallStack, MonadIO m, IsDOMHTMLCollection a) => a -> Text -> m DOMNode
- data DOMHTMLCollectionLengthPropertyInfo
- dOMHTMLCollectionLength :: AttrLabelProxy "length"
- getDOMHTMLCollectionLength :: (MonadIO m, IsDOMHTMLCollection o) => o -> m CULong
Exported types
newtype DOMHTMLCollection Source #
Constructors
| DOMHTMLCollection (ManagedPtr DOMHTMLCollection) |
Instances
| GObject DOMHTMLCollection Source # | |
| IsObject DOMHTMLCollection Source # | |
| IsDOMObject DOMHTMLCollection Source # | |
| IsDOMHTMLCollection DOMHTMLCollection Source # | |
| ((~) * info (ResolveDOMHTMLCollectionMethod t DOMHTMLCollection), MethodInfo * info DOMHTMLCollection p) => IsLabel t (DOMHTMLCollection -> p) Source # | |
| ((~) * info (ResolveDOMHTMLCollectionMethod t DOMHTMLCollection), MethodInfo * info DOMHTMLCollection p) => IsLabelProxy t (DOMHTMLCollection -> p) Source # | |
| HasAttributeList * DOMHTMLCollection Source # | |
| type AttributeList DOMHTMLCollection Source # | |
| type SignalList DOMHTMLCollection Source # | |
class GObject o => IsDOMHTMLCollection o Source #
toDOMHTMLCollection :: IsDOMHTMLCollection o => o -> IO DOMHTMLCollection Source #
Methods
getLength
data DOMHTMLCollectionGetLengthMethodInfo Source #
Instances
| ((~) * signature (m CULong), MonadIO m, IsDOMHTMLCollection a) => MethodInfo * DOMHTMLCollectionGetLengthMethodInfo a signature Source # | |
dOMHTMLCollectionGetLength Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLCollection a) | |
| => a |
|
| -> m CULong | Returns: A |
No description available in the introspection data.
item
data DOMHTMLCollectionItemMethodInfo Source #
Instances
| ((~) * signature (CULong -> m DOMNode), MonadIO m, IsDOMHTMLCollection a) => MethodInfo * DOMHTMLCollectionItemMethodInfo a signature Source # | |
dOMHTMLCollectionItem Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLCollection a) | |
| => a |
|
| -> CULong |
|
| -> m DOMNode | Returns: A |
No description available in the introspection data.
namedItem
data DOMHTMLCollectionNamedItemMethodInfo Source #
Instances
| ((~) * signature (Text -> m DOMNode), MonadIO m, IsDOMHTMLCollection a) => MethodInfo * DOMHTMLCollectionNamedItemMethodInfo a signature Source # | |
dOMHTMLCollectionNamedItem Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLCollection a) | |
| => a |
|
| -> Text |
|
| -> m DOMNode | Returns: A |
No description available in the introspection data.
Properties
length
data DOMHTMLCollectionLengthPropertyInfo Source #
Instances
dOMHTMLCollectionLength :: AttrLabelProxy "length" Source #
getDOMHTMLCollectionLength :: (MonadIO m, IsDOMHTMLCollection o) => o -> m CULong Source #