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 |
- newtype DOMCDATASection = DOMCDATASection (ForeignPtr DOMCDATASection)
- class GObject o => DOMCDATASectionK o
- toDOMCDATASection :: DOMCDATASectionK o => o -> IO DOMCDATASection
- noDOMCDATASection :: Maybe DOMCDATASection
Exported types
newtype DOMCDATASection Source
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
(GObject o, IsDescendantOf DOMCDATASection o) => DOMCDATASectionK o |
toDOMCDATASection :: DOMCDATASectionK o => o -> IO DOMCDATASection Source