Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
Safe Haskell | None |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype DOMComment = DOMComment (ManagedPtr DOMComment)
- class (GObject o, IsDescendantOf DOMComment o) => IsDOMComment o
- toDOMComment :: (MonadIO m, IsDOMComment o) => o -> m DOMComment
- noDOMComment :: Maybe DOMComment
Exported types
newtype DOMComment Source #
Memory-managed wrapper type.
Instances
GObject DOMComment Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMComment gobjectType :: IO GType # | |
HasParentTypes DOMComment Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMComment | |
type ParentTypes DOMComment Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMComment type ParentTypes DOMComment = DOMCharacterData ': (DOMNode ': (DOMObject ': (Object ': (DOMEventTarget ': ([] :: [Type]))))) |
class (GObject o, IsDescendantOf DOMComment o) => IsDOMComment o Source #
Type class for types which can be safely cast to DOMComment
, for instance with toDOMComment
.
Instances
(GObject o, IsDescendantOf DOMComment o) => IsDOMComment o Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMComment |
toDOMComment :: (MonadIO m, IsDOMComment o) => o -> m DOMComment Source #
Cast to DOMComment
, for types for which this is known to be safe. For general casts, use castTo
.
noDOMComment :: Maybe DOMComment Source #
A convenience alias for Nothing
:: Maybe
DOMComment
.