| 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.WebKit2WebExtension.Objects.DOMCDATASection
Contents
Description
- newtype DOMCDATASection = DOMCDATASection (ForeignPtr DOMCDATASection)
- class GObject o => DOMCDATASectionK o
- toDOMCDATASection :: DOMCDATASectionK o => o -> IO DOMCDATASection
- noDOMCDATASection :: Maybe DOMCDATASection
Exported types
newtype DOMCDATASection Source
Constructors
| DOMCDATASection (ForeignPtr DOMCDATASection) |
Instances
| GObject DOMCDATASection | |
| ((~) * info (ResolveDOMCDATASectionMethod t DOMCDATASection), MethodInfo * info DOMCDATASection p) => IsLabelProxy t (DOMCDATASection -> p) | |
| type ParentTypes DOMCDATASection | |
| type AttributeList DOMCDATASection | |
| type SignalList DOMCDATASection |
class GObject o => DOMCDATASectionK o Source
Instances
| (GObject o, IsDescendantOf DOMCDATASection o) => DOMCDATASectionK o |
toDOMCDATASection :: DOMCDATASectionK o => o -> IO DOMCDATASection Source