| 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
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 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
| AttrInfo DOMPropertyNodeListLengthPropertyInfo | |
| type AttrLabel DOMPropertyNodeListLengthPropertyInfo = "DOMPropertyNodeList::length" | |
| type AttrGetType DOMPropertyNodeListLengthPropertyInfo = Word64 | |
| type AttrBaseTypeConstraint DOMPropertyNodeListLengthPropertyInfo = DOMPropertyNodeListK | |
| type AttrSetTypeConstraint DOMPropertyNodeListLengthPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMPropertyNodeListLengthPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMPropertyNodeListLength :: (MonadIO m, DOMPropertyNodeListK o) => o -> m Word64 Source