| 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
class GObject o => ContentDecoderK o Source
Instances
| (GObject o, IsDescendantOf ContentDecoder o) => ContentDecoderK o |
toContentDecoder :: ContentDecoderK o => o -> IO ContentDecoder Source