| 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 |
GI.WebKit2WebExtension.Objects.DOMComment
Description
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.
Constructors
| DOMComment (ManagedPtr DOMComment) |
Instances
| Eq DOMComment Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMComment | |
| IsGValue DOMComment Source # | Convert |
Defined in GI.WebKit2WebExtension.Objects.DOMComment | |
| GObject DOMComment Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMComment Methods gobjectType :: IO GType # | |
| HasParentTypes DOMComment Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMComment | |
| type ParentTypes DOMComment Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMComment | |
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.