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
Contents
Description
- newtype DOMPerformanceEntryList = DOMPerformanceEntryList (ForeignPtr DOMPerformanceEntryList)
- class GObject o => DOMPerformanceEntryListK o
- toDOMPerformanceEntryList :: DOMPerformanceEntryListK o => o -> IO DOMPerformanceEntryList
- noDOMPerformanceEntryList :: Maybe DOMPerformanceEntryList
- data DOMPerformanceEntryListGetLengthMethodInfo
- dOMPerformanceEntryListGetLength :: (MonadIO m, DOMPerformanceEntryListK a) => a -> m Word64
- data DOMPerformanceEntryListItemMethodInfo
- dOMPerformanceEntryListItem :: (MonadIO m, DOMPerformanceEntryListK a) => a -> Word64 -> m DOMPerformanceEntry
- data DOMPerformanceEntryListLengthPropertyInfo
- getDOMPerformanceEntryListLength :: (MonadIO m, DOMPerformanceEntryListK o) => o -> m Word64
Exported types
newtype DOMPerformanceEntryList Source
Constructors
DOMPerformanceEntryList (ForeignPtr DOMPerformanceEntryList) |
Instances
GObject 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 | |
type ParentTypes DOMPerformanceEntryList Source | |
type AttributeList DOMPerformanceEntryList Source | |
type SignalList DOMPerformanceEntryList Source |
class GObject o => DOMPerformanceEntryListK o Source
Instances
Methods
dOMPerformanceEntryListGetLength
data DOMPerformanceEntryListGetLengthMethodInfo Source
Instances
((~) (TYPE Lifted) signature (m Word64), MonadIO m, DOMPerformanceEntryListK a) => MethodInfo (TYPE Lifted) DOMPerformanceEntryListGetLengthMethodInfo a signature Source | |
dOMPerformanceEntryListGetLength :: (MonadIO m, DOMPerformanceEntryListK a) => a -> m Word64 Source
dOMPerformanceEntryListItem
data DOMPerformanceEntryListItemMethodInfo Source
Instances
((~) (TYPE Lifted) signature (Word64 -> m DOMPerformanceEntry), MonadIO m, DOMPerformanceEntryListK a) => MethodInfo (TYPE Lifted) DOMPerformanceEntryListItemMethodInfo a signature Source | |
dOMPerformanceEntryListItem :: (MonadIO m, DOMPerformanceEntryListK a) => a -> Word64 -> m DOMPerformanceEntry Source
Properties
Length
data DOMPerformanceEntryListLengthPropertyInfo Source
Instances
getDOMPerformanceEntryListLength :: (MonadIO m, DOMPerformanceEntryListK o) => o -> m Word64 Source