| 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.DOMCDATASection
Description
No description available in the introspection data.
Synopsis
- newtype DOMCDATASection = DOMCDATASection (ManagedPtr DOMCDATASection)
- class (GObject o, IsDescendantOf DOMCDATASection o) => IsDOMCDATASection o
- toDOMCDATASection :: (MonadIO m, IsDOMCDATASection o) => o -> m DOMCDATASection
- noDOMCDATASection :: Maybe DOMCDATASection
Exported types
newtype DOMCDATASection Source #
Memory-managed wrapper type.
Constructors
| DOMCDATASection (ManagedPtr DOMCDATASection) |
Instances
| Eq DOMCDATASection Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMCDATASection Methods (==) :: DOMCDATASection -> DOMCDATASection -> Bool # (/=) :: DOMCDATASection -> DOMCDATASection -> Bool # | |
| IsGValue DOMCDATASection Source # | Convert |
| GObject DOMCDATASection Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMCDATASection Methods gobjectType :: IO GType # | |
| HasParentTypes DOMCDATASection Source # | |
| type ParentTypes DOMCDATASection Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMCDATASection type ParentTypes DOMCDATASection = '[DOMText, DOMCharacterData, DOMNode, DOMObject, Object, DOMEventTarget] | |
class (GObject o, IsDescendantOf DOMCDATASection o) => IsDOMCDATASection o Source #
Type class for types which can be safely cast to DOMCDATASection, for instance with toDOMCDATASection.
Instances
| (GObject o, IsDescendantOf DOMCDATASection o) => IsDOMCDATASection o Source # | |
toDOMCDATASection :: (MonadIO m, IsDOMCDATASection o) => o -> m DOMCDATASection Source #
Cast to DOMCDATASection, for types for which this is known to be safe. For general casts, use castTo.
noDOMCDATASection :: Maybe DOMCDATASection Source #
A convenience alias for Nothing :: Maybe DOMCDATASection.