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