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.WebKit2WebExtension.Objects.DOMEntityReference
Contents
Description
- newtype DOMEntityReference = DOMEntityReference (ManagedPtr DOMEntityReference)
- class GObject o => IsDOMEntityReference o
- toDOMEntityReference :: (MonadIO m, IsDOMEntityReference o) => o -> m DOMEntityReference
- noDOMEntityReference :: Maybe DOMEntityReference
Exported types
newtype DOMEntityReference Source #
Constructors
DOMEntityReference (ManagedPtr DOMEntityReference) |
class GObject o => IsDOMEntityReference o Source #
Instances
toDOMEntityReference :: (MonadIO m, IsDOMEntityReference o) => o -> m DOMEntityReference Source #