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.DOMPropertyNodeList
Description
- newtype DOMPropertyNodeList = DOMPropertyNodeList (ForeignPtr DOMPropertyNodeList)
- class GObject o => DOMPropertyNodeListK o
- toDOMPropertyNodeList :: DOMPropertyNodeListK o => o -> IO DOMPropertyNodeList
- noDOMPropertyNodeList :: Maybe DOMPropertyNodeList
- dOMPropertyNodeListGetLength :: MonadIO m => Ptr () -> m Word64
- dOMPropertyNodeListItem :: MonadIO m => Ptr () -> Word64 -> m DOMNode
- data DOMPropertyNodeListLengthPropertyInfo
- getDOMPropertyNodeListLength :: (MonadIO m, DOMPropertyNodeListK o) => o -> m Word64
Exported types
newtype DOMPropertyNodeList Source
Constructors
DOMPropertyNodeList (ForeignPtr DOMPropertyNodeList) |
Instances
GObject DOMPropertyNodeList Source | |
((~) * info (ResolveDOMPropertyNodeListMethod t DOMPropertyNodeList), MethodInfo * info DOMPropertyNodeList p) => IsLabel t (DOMPropertyNodeList -> p) Source | |
((~) * info (ResolveDOMPropertyNodeListMethod t DOMPropertyNodeList), MethodInfo * info DOMPropertyNodeList p) => IsLabelProxy t (DOMPropertyNodeList -> p) Source | |
type ParentTypes DOMPropertyNodeList Source | |
type AttributeList DOMPropertyNodeList Source | |
type SignalList DOMPropertyNodeList Source |
class GObject o => DOMPropertyNodeListK o Source
Instances
toDOMPropertyNodeList :: DOMPropertyNodeListK o => o -> IO DOMPropertyNodeList Source
Methods
dOMPropertyNodeListGetLength
dOMPropertyNodeListGetLength :: MonadIO m => Ptr () -> m Word64 Source
Deprecated: (Since version 2.2)
dOMPropertyNodeListItem
dOMPropertyNodeListItem :: MonadIO m => Ptr () -> Word64 -> m DOMNode Source
Deprecated: (Since version 2.2)
Properties
Length
data DOMPropertyNodeListLengthPropertyInfo Source
Instances
getDOMPropertyNodeListLength :: (MonadIO m, DOMPropertyNodeListK o) => o -> m Word64 Source