| 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.DOMComment
Contents
Description
- newtype DOMComment = DOMComment (ManagedPtr DOMComment)
- class GObject o => IsDOMComment o
- toDOMComment :: IsDOMComment o => o -> IO DOMComment
- noDOMComment :: Maybe DOMComment
Exported types
newtype DOMComment Source #
Constructors
| DOMComment (ManagedPtr DOMComment) |
Instances
| GObject DOMComment Source # | |
| IsObject DOMComment Source # | |
| IsDOMObject DOMComment Source # | |
| IsDOMNode DOMComment Source # | |
| IsDOMComment DOMComment Source # | |
| IsDOMCharacterData DOMComment Source # | |
| IsDOMEventTarget DOMComment Source # | |
| ((~) * info (ResolveDOMCommentMethod t DOMComment), MethodInfo * info DOMComment p) => IsLabel t (DOMComment -> p) Source # | |
| ((~) * info (ResolveDOMCommentMethod t DOMComment), MethodInfo * info DOMComment p) => IsLabelProxy t (DOMComment -> p) Source # | |
| HasAttributeList * DOMComment Source # | |
| type AttributeList DOMComment Source # | |
| type SignalList DOMComment Source # | |
class GObject o => IsDOMComment o Source #
Instances
toDOMComment :: IsDOMComment o => o -> IO DOMComment Source #