| 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.WebKit.Objects.DOMCDATASection
Contents
Description
- newtype DOMCDATASection = DOMCDATASection (ManagedPtr DOMCDATASection)
- class GObject o => IsDOMCDATASection o
- toDOMCDATASection :: IsDOMCDATASection o => o -> IO DOMCDATASection
- noDOMCDATASection :: Maybe DOMCDATASection
Exported types
newtype DOMCDATASection Source #
Constructors
| DOMCDATASection (ManagedPtr DOMCDATASection) |
Instances
| GObject DOMCDATASection Source # | |
| IsObject DOMCDATASection Source # | |
| IsDOMText DOMCDATASection Source # | |
| IsDOMObject DOMCDATASection Source # | |
| IsDOMNode DOMCDATASection Source # | |
| IsDOMCharacterData DOMCDATASection Source # | |
| IsDOMCDATASection DOMCDATASection Source # | |
| IsDOMEventTarget DOMCDATASection Source # | |
| ((~) * info (ResolveDOMCDATASectionMethod t DOMCDATASection), MethodInfo * info DOMCDATASection p) => IsLabel t (DOMCDATASection -> p) Source # | |
| ((~) * info (ResolveDOMCDATASectionMethod t DOMCDATASection), MethodInfo * info DOMCDATASection p) => IsLabelProxy t (DOMCDATASection -> p) Source # | |
| HasAttributeList * DOMCDATASection Source # | |
| type AttributeList DOMCDATASection Source # | |
| type SignalList DOMCDATASection Source # | |
class GObject o => IsDOMCDATASection o Source #
Instances
toDOMCDATASection :: IsDOMCDATASection o => o -> IO DOMCDATASection Source #