| 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.Soup.Objects.ContentDecoder
Contents
Description
- newtype ContentDecoder = ContentDecoder (ManagedPtr ContentDecoder)
- class GObject o => IsContentDecoder o
- toContentDecoder :: IsContentDecoder o => o -> IO ContentDecoder
- noContentDecoder :: Maybe ContentDecoder
Exported types
newtype ContentDecoder Source #
Constructors
| ContentDecoder (ManagedPtr ContentDecoder) |
Instances
| GObject ContentDecoder Source # | |
| IsObject ContentDecoder Source # | |
| IsSessionFeature ContentDecoder Source # | |
| IsContentDecoder ContentDecoder Source # | |
| ((~) * info (ResolveContentDecoderMethod t ContentDecoder), MethodInfo * info ContentDecoder p) => IsLabel t (ContentDecoder -> p) Source # | |
| ((~) * info (ResolveContentDecoderMethod t ContentDecoder), MethodInfo * info ContentDecoder p) => IsLabelProxy t (ContentDecoder -> p) Source # | |
| HasAttributeList * ContentDecoder Source # | |
| type AttributeList ContentDecoder Source # | |
| type SignalList ContentDecoder Source # | |
class GObject o => IsContentDecoder o Source #
Instances
toContentDecoder :: IsContentDecoder o => o -> IO ContentDecoder Source #