| 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 :: (MonadIO m, IsDOMPerformanceEntryList o) => o -> m DOMPerformanceEntryList
- noDOMPerformanceEntryList :: Maybe DOMPerformanceEntryList
- dOMPerformanceEntryListGetLength :: (HasCallStack, MonadIO m, IsDOMPerformanceEntryList a) => a -> m CULong
- dOMPerformanceEntryListItem :: (HasCallStack, MonadIO m, IsDOMPerformanceEntryList a) => a -> CULong -> m DOMPerformanceEntry
- getDOMPerformanceEntryListLength :: (MonadIO m, IsDOMPerformanceEntryList o) => o -> m CULong
Exported types
newtype DOMPerformanceEntryList Source #
Constructors
| DOMPerformanceEntryList (ManagedPtr DOMPerformanceEntryList) |
class GObject o => IsDOMPerformanceEntryList o Source #
toDOMPerformanceEntryList :: (MonadIO m, IsDOMPerformanceEntryList o) => o -> m DOMPerformanceEntryList Source #
Methods
getLength
dOMPerformanceEntryListGetLength Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMPerformanceEntryList a) | |
| => a |
|
| -> m CULong | Returns: A |
No description available in the introspection data.
item
dOMPerformanceEntryListItem Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMPerformanceEntryList a) | |
| => a |
|
| -> CULong |
|
| -> m DOMPerformanceEntry | Returns: A |
No description available in the introspection data.
Properties
length
getDOMPerformanceEntryListLength :: (MonadIO m, IsDOMPerformanceEntryList o) => o -> m CULong Source #