Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
ghcjs_dom_time_ranges_start :: JSRef TimeRanges -> Word -> IO Double Source
timeRangesStart :: IsTimeRanges self => self -> Word -> IO Double Source
ghcjs_dom_time_ranges_end :: JSRef TimeRanges -> Word -> IO Double Source
timeRangesEnd :: IsTimeRanges self => self -> Word -> IO Double Source
timeRangesGetLength :: IsTimeRanges self => self -> IO Word Source
newtype TimeRanges Source
class GObjectClass o => IsTimeRanges o Source
castToTimeRanges :: GObjectClass obj => obj -> TimeRanges Source
toTimeRanges :: IsTimeRanges o => o -> TimeRanges Source