| 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.DOMNodeList
Description
No description available in the introspection data.
Synopsis
- newtype DOMNodeList = DOMNodeList (ManagedPtr DOMNodeList)
- class GObject o => IsDOMNodeList o
- toDOMNodeList :: (MonadIO m, IsDOMNodeList o) => o -> m DOMNodeList
- noDOMNodeList :: Maybe DOMNodeList
- dOMNodeListGetLength :: (HasCallStack, MonadIO m, IsDOMNodeList a) => a -> m CULong
- dOMNodeListItem :: (HasCallStack, MonadIO m, IsDOMNodeList a) => a -> CULong -> m DOMNode
- getDOMNodeListLength :: (MonadIO m, IsDOMNodeList o) => o -> m CULong
Exported types
newtype DOMNodeList Source #
Memory-managed wrapper type.
Constructors
| DOMNodeList (ManagedPtr DOMNodeList) |
Instances
| GObject DOMNodeList Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMNodeList Methods gobjectType :: DOMNodeList -> IO GType # | |
| IsObject DOMNodeList Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMNodeList | |
| IsDOMNodeList DOMNodeList Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMNodeList | |
| IsDOMObject DOMNodeList Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMNodeList | |
class GObject o => IsDOMNodeList o Source #
Type class for types which can be safely cast to DOMNodeList, for instance with toDOMNodeList.
Instances
| (GObject a, (UnknownAncestorError DOMNodeList a :: Constraint)) => IsDOMNodeList a Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMNodeList | |
| IsDOMNodeList DOMNodeList Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMNodeList | |
toDOMNodeList :: (MonadIO m, IsDOMNodeList o) => o -> m DOMNodeList Source #
Cast to DOMNodeList, for types for which this is known to be safe. For general casts, use castTo.
noDOMNodeList :: Maybe DOMNodeList Source #
A convenience alias for Nothing :: Maybe DOMNodeList.
Methods
getLength
Arguments
| :: (HasCallStack, MonadIO m, IsDOMNodeList a) | |
| => a |
|
| -> m CULong | Returns: A |
No description available in the introspection data.
item
Arguments
| :: (HasCallStack, MonadIO m, IsDOMNodeList a) | |
| => a |
|
| -> CULong |
|
| -> m DOMNode | Returns: A |
No description available in the introspection data.
Properties
length
No description available in the introspection data.
getDOMNodeListLength :: (MonadIO m, IsDOMNodeList o) => o -> m CULong Source #
Get the value of the “length” property.
When overloading is enabled, this is equivalent to
get dOMNodeList #length