| 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.DOMTrackEvent
Contents
Description
- newtype DOMTrackEvent = DOMTrackEvent (ForeignPtr DOMTrackEvent)
- class GObject o => DOMTrackEventK o
- toDOMTrackEvent :: DOMTrackEventK o => o -> IO DOMTrackEvent
- noDOMTrackEvent :: Maybe DOMTrackEvent
Exported types
class GObject o => DOMTrackEventK o Source
Instances
| (GObject o, IsDescendantOf DOMTrackEvent o) => DOMTrackEventK o |
toDOMTrackEvent :: DOMTrackEventK o => o -> IO DOMTrackEvent Source