Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.Performance
Documentation
getNavigation :: (MonadIO m, PerformanceClass self) => self -> m (Maybe PerformanceNavigation) Source #
getTiming :: (MonadIO m, PerformanceClass self) => self -> m (Maybe PerformanceTiming) Source #
data Performance Source #
castToPerformance :: GObjectClass obj => obj -> Performance Source #
class EventTargetClass o => PerformanceClass o Source #
Instances
toPerformance :: PerformanceClass o => o -> Performance Source #