| 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 (ForeignPtr ContentDecoder)
- class GObject o => ContentDecoderK o
- toContentDecoder :: ContentDecoderK o => o -> IO ContentDecoder
- noContentDecoder :: Maybe ContentDecoder
Exported types
newtype ContentDecoder Source
Constructors
| ContentDecoder (ForeignPtr ContentDecoder) |
Instances
| GObject ContentDecoder | |
| ((~) * info (ResolveContentDecoderMethod t ContentDecoder), MethodInfo * info ContentDecoder p) => IsLabelProxy t (ContentDecoder -> p) | |
| type ParentTypes ContentDecoder | |
| type AttributeList ContentDecoder | |
| type SignalList ContentDecoder |
class GObject o => ContentDecoderK o Source
Instances
| (GObject o, IsDescendantOf ContentDecoder o) => ContentDecoderK o |
toContentDecoder :: ContentDecoderK o => o -> IO ContentDecoder Source