| 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 :: (MonadIO m, IsContentDecoder o) => o -> m ContentDecoder
- noContentDecoder :: Maybe ContentDecoder
Exported types
newtype ContentDecoder Source #
Constructors
| ContentDecoder (ManagedPtr ContentDecoder) |
class GObject o => IsContentDecoder o Source #
Instances
toContentDecoder :: (MonadIO m, IsContentDecoder o) => o -> m ContentDecoder Source #