| 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.DOMComment
Contents
Description
- newtype DOMComment = DOMComment (ForeignPtr DOMComment)
- class GObject o => DOMCommentK o
- toDOMComment :: DOMCommentK o => o -> IO DOMComment
- noDOMComment :: Maybe DOMComment
Exported types
newtype DOMComment Source
Constructors
| DOMComment (ForeignPtr DOMComment) |
Instances
| GObject DOMComment | |
| ((~) * info (ResolveDOMCommentMethod t DOMComment), MethodInfo * info DOMComment p) => IsLabelProxy t (DOMComment -> p) | |
| type ParentTypes DOMComment | |
| type AttributeList DOMComment | |
| type SignalList DOMComment |
class GObject o => DOMCommentK o Source
Instances
| (GObject o, IsDescendantOf DOMComment o) => DOMCommentK o |
toDOMComment :: DOMCommentK o => o -> IO DOMComment Source