| 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.DOMHTMLPropertiesCollection
Description
- newtype DOMHTMLPropertiesCollection = DOMHTMLPropertiesCollection (ManagedPtr DOMHTMLPropertiesCollection)
- class GObject o => IsDOMHTMLPropertiesCollection o
- toDOMHTMLPropertiesCollection :: IsDOMHTMLPropertiesCollection o => o -> IO DOMHTMLPropertiesCollection
- noDOMHTMLPropertiesCollection :: Maybe DOMHTMLPropertiesCollection
- dOMHTMLPropertiesCollectionGetLength :: MonadIO m => Ptr () -> m CULong
- dOMHTMLPropertiesCollectionGetNames :: MonadIO m => Ptr () -> m DOMDOMStringList
- dOMHTMLPropertiesCollectionItem :: MonadIO m => Ptr () -> CULong -> m DOMNode
- dOMHTMLPropertiesCollectionNamedItem :: MonadIO m => Ptr () -> Text -> m (Ptr ())
- data DOMHTMLPropertiesCollectionLengthPropertyInfo
- dOMHTMLPropertiesCollectionLength :: AttrLabelProxy "length"
- getDOMHTMLPropertiesCollectionLength :: (MonadIO m, IsDOMHTMLPropertiesCollection o) => o -> m CULong
- data DOMHTMLPropertiesCollectionNamesPropertyInfo
- dOMHTMLPropertiesCollectionNames :: AttrLabelProxy "names"
- getDOMHTMLPropertiesCollectionNames :: (MonadIO m, IsDOMHTMLPropertiesCollection o) => o -> m (Maybe DOMDOMStringList)
Exported types
newtype DOMHTMLPropertiesCollection Source #
Constructors
| DOMHTMLPropertiesCollection (ManagedPtr DOMHTMLPropertiesCollection) |
Instances
| GObject DOMHTMLPropertiesCollection Source # | |
| IsObject DOMHTMLPropertiesCollection Source # | |
| IsDOMObject DOMHTMLPropertiesCollection Source # | |
| IsDOMHTMLCollection DOMHTMLPropertiesCollection Source # | |
| IsDOMHTMLPropertiesCollection DOMHTMLPropertiesCollection Source # | |
| ((~) * info (ResolveDOMHTMLPropertiesCollectionMethod t DOMHTMLPropertiesCollection), MethodInfo * info DOMHTMLPropertiesCollection p) => IsLabel t (DOMHTMLPropertiesCollection -> p) Source # | |
| ((~) * info (ResolveDOMHTMLPropertiesCollectionMethod t DOMHTMLPropertiesCollection), MethodInfo * info DOMHTMLPropertiesCollection p) => IsLabelProxy t (DOMHTMLPropertiesCollection -> p) Source # | |
| HasAttributeList * DOMHTMLPropertiesCollection Source # | |
| type SignalList DOMHTMLPropertiesCollection Source # | |
| type AttributeList DOMHTMLPropertiesCollection Source # | |
class GObject o => IsDOMHTMLPropertiesCollection o Source #
Instances
| (GObject a, UnknownAncestorError Constraint DOMHTMLPropertiesCollection a) => IsDOMHTMLPropertiesCollection a Source # | |
| IsDOMHTMLPropertiesCollection DOMHTMLPropertiesCollection Source # | |
toDOMHTMLPropertiesCollection :: IsDOMHTMLPropertiesCollection o => o -> IO DOMHTMLPropertiesCollection Source #
Methods
getLength
dOMHTMLPropertiesCollectionGetLength :: MonadIO m => Ptr () -> m CULong Source #
Deprecated: (Since version 2.2)
getNames
dOMHTMLPropertiesCollectionGetNames :: MonadIO m => Ptr () -> m DOMDOMStringList Source #
Deprecated: (Since version 2.2)
item
dOMHTMLPropertiesCollectionItem :: MonadIO m => Ptr () -> CULong -> m DOMNode Source #
Deprecated: (Since version 2.2)
namedItem
dOMHTMLPropertiesCollectionNamedItem :: MonadIO m => Ptr () -> Text -> m (Ptr ()) Source #
Deprecated: (Since version 2.2)
Properties
length
data DOMHTMLPropertiesCollectionLengthPropertyInfo Source #
Instances
| AttrInfo DOMHTMLPropertiesCollectionLengthPropertyInfo Source # | |
| type AttrSetTypeConstraint DOMHTMLPropertiesCollectionLengthPropertyInfo Source # | |
| type AttrOrigin DOMHTMLPropertiesCollectionLengthPropertyInfo Source # | |
| type AttrLabel DOMHTMLPropertiesCollectionLengthPropertyInfo Source # | |
| type AttrGetType DOMHTMLPropertiesCollectionLengthPropertyInfo Source # | |
| type AttrBaseTypeConstraint DOMHTMLPropertiesCollectionLengthPropertyInfo Source # | |
| type AttrAllowedOps DOMHTMLPropertiesCollectionLengthPropertyInfo Source # | |
dOMHTMLPropertiesCollectionLength :: AttrLabelProxy "length" Source #
getDOMHTMLPropertiesCollectionLength :: (MonadIO m, IsDOMHTMLPropertiesCollection o) => o -> m CULong Source #
names
data DOMHTMLPropertiesCollectionNamesPropertyInfo Source #
Instances
| AttrInfo DOMHTMLPropertiesCollectionNamesPropertyInfo Source # | |
| type AttrSetTypeConstraint DOMHTMLPropertiesCollectionNamesPropertyInfo Source # | |
| type AttrOrigin DOMHTMLPropertiesCollectionNamesPropertyInfo Source # | |
| type AttrLabel DOMHTMLPropertiesCollectionNamesPropertyInfo Source # | |
| type AttrGetType DOMHTMLPropertiesCollectionNamesPropertyInfo Source # | |
| type AttrBaseTypeConstraint DOMHTMLPropertiesCollectionNamesPropertyInfo Source # | |
| type AttrAllowedOps DOMHTMLPropertiesCollectionNamesPropertyInfo Source # | |
dOMHTMLPropertiesCollectionNames :: AttrLabelProxy "names" Source #
getDOMHTMLPropertiesCollectionNames :: (MonadIO m, IsDOMHTMLPropertiesCollection o) => o -> m (Maybe DOMDOMStringList) Source #