Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype DOMEntityReference = DOMEntityReference (ManagedPtr DOMEntityReference)
- class (GObject o, IsDescendantOf DOMEntityReference o) => IsDOMEntityReference o
- toDOMEntityReference :: (MonadIO m, IsDOMEntityReference o) => o -> m DOMEntityReference
Exported types
newtype DOMEntityReference Source #
Memory-managed wrapper type.
DOMEntityReference (ManagedPtr DOMEntityReference) |
Instances
Eq DOMEntityReference Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMEntityReference (==) :: DOMEntityReference -> DOMEntityReference -> Bool (/=) :: DOMEntityReference -> DOMEntityReference -> Bool | |
GObject DOMEntityReference Source # | |
ManagedPtrNewtype DOMEntityReference Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMEntityReference toManagedPtr :: DOMEntityReference -> ManagedPtr DOMEntityReference | |
TypedObject DOMEntityReference Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMEntityReference glibType :: IO GType | |
IsGValue DOMEntityReference Source # | Convert |
Defined in GI.WebKit2WebExtension.Objects.DOMEntityReference toGValue :: DOMEntityReference -> IO GValue fromGValue :: GValue -> IO DOMEntityReference | |
HasParentTypes DOMEntityReference Source # | |
type ParentTypes DOMEntityReference Source # | |
class (GObject o, IsDescendantOf DOMEntityReference o) => IsDOMEntityReference o Source #
Type class for types which can be safely cast to DOMEntityReference
, for instance with toDOMEntityReference
.
Instances
(GObject o, IsDescendantOf DOMEntityReference o) => IsDOMEntityReference o Source # | |
toDOMEntityReference :: (MonadIO m, IsDOMEntityReference o) => o -> m DOMEntityReference Source #
Cast to DOMEntityReference
, for types for which this is known to be safe. For general casts, use castTo
.