| 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.DOMPerformanceEntryList
Description
- newtype DOMPerformanceEntryList = DOMPerformanceEntryList (ManagedPtr DOMPerformanceEntryList)
- class GObject o => IsDOMPerformanceEntryList o
- toDOMPerformanceEntryList :: IsDOMPerformanceEntryList o => o -> IO DOMPerformanceEntryList
- noDOMPerformanceEntryList :: Maybe DOMPerformanceEntryList
- data DOMPerformanceEntryListGetLengthMethodInfo
- dOMPerformanceEntryListGetLength :: (MonadIO m, IsDOMPerformanceEntryList a) => a -> m CULong
- data DOMPerformanceEntryListItemMethodInfo
- dOMPerformanceEntryListItem :: (MonadIO m, IsDOMPerformanceEntryList a) => a -> CULong -> m DOMPerformanceEntry
- data DOMPerformanceEntryListLengthPropertyInfo
- dOMPerformanceEntryListLength :: AttrLabelProxy "length"
- getDOMPerformanceEntryListLength :: (MonadIO m, IsDOMPerformanceEntryList o) => o -> m CULong
Exported types
newtype DOMPerformanceEntryList Source #
Constructors
| DOMPerformanceEntryList (ManagedPtr DOMPerformanceEntryList) |
Instances
| GObject DOMPerformanceEntryList Source # | |
| IsObject DOMPerformanceEntryList Source # | |
| IsDOMObject DOMPerformanceEntryList Source # | |
| IsDOMPerformanceEntryList DOMPerformanceEntryList Source # | |
| ((~) * info (ResolveDOMPerformanceEntryListMethod t DOMPerformanceEntryList), MethodInfo * info DOMPerformanceEntryList p) => IsLabel t (DOMPerformanceEntryList -> p) Source # | |
| ((~) * info (ResolveDOMPerformanceEntryListMethod t DOMPerformanceEntryList), MethodInfo * info DOMPerformanceEntryList p) => IsLabelProxy t (DOMPerformanceEntryList -> p) Source # | |
| HasAttributeList * DOMPerformanceEntryList Source # | |
| type SignalList DOMPerformanceEntryList Source # | |
| type AttributeList DOMPerformanceEntryList Source # | |
class GObject o => IsDOMPerformanceEntryList o Source #
Instances
| (GObject a, UnknownAncestorError Constraint DOMPerformanceEntryList a) => IsDOMPerformanceEntryList a Source # | |
| IsDOMPerformanceEntryList DOMPerformanceEntryList Source # | |
toDOMPerformanceEntryList :: IsDOMPerformanceEntryList o => o -> IO DOMPerformanceEntryList Source #
Methods
getLength
data DOMPerformanceEntryListGetLengthMethodInfo Source #
Instances
| ((~) * signature (m CULong), MonadIO m, IsDOMPerformanceEntryList a) => MethodInfo * DOMPerformanceEntryListGetLengthMethodInfo a signature Source # | |
dOMPerformanceEntryListGetLength :: (MonadIO m, IsDOMPerformanceEntryList a) => a -> m CULong Source #
item
data DOMPerformanceEntryListItemMethodInfo Source #
Instances
| ((~) * signature (CULong -> m DOMPerformanceEntry), MonadIO m, IsDOMPerformanceEntryList a) => MethodInfo * DOMPerformanceEntryListItemMethodInfo a signature Source # | |
dOMPerformanceEntryListItem :: (MonadIO m, IsDOMPerformanceEntryList a) => a -> CULong -> m DOMPerformanceEntry Source #
Properties
length
data DOMPerformanceEntryListLengthPropertyInfo Source #
Instances
| AttrInfo DOMPerformanceEntryListLengthPropertyInfo Source # | |
| type AttrSetTypeConstraint DOMPerformanceEntryListLengthPropertyInfo Source # | |
| type AttrOrigin DOMPerformanceEntryListLengthPropertyInfo Source # | |
| type AttrLabel DOMPerformanceEntryListLengthPropertyInfo Source # | |
| type AttrGetType DOMPerformanceEntryListLengthPropertyInfo Source # | |
| type AttrBaseTypeConstraint DOMPerformanceEntryListLengthPropertyInfo Source # | |
| type AttrAllowedOps DOMPerformanceEntryListLengthPropertyInfo Source # | |
dOMPerformanceEntryListLength :: AttrLabelProxy "length" Source #
getDOMPerformanceEntryListLength :: (MonadIO m, IsDOMPerformanceEntryList o) => o -> m CULong Source #