| 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
No description available in the introspection data.
Synopsis
- 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 #
Memory-managed wrapper type.
Constructors
| ContentDecoder (ManagedPtr ContentDecoder) |
Instances
| GObject ContentDecoder Source # | |
Defined in GI.Soup.Objects.ContentDecoder Methods gobjectType :: ContentDecoder -> IO GType # | |
| IsObject ContentDecoder Source # | |
Defined in GI.Soup.Objects.ContentDecoder | |
| IsSessionFeature ContentDecoder Source # | |
Defined in GI.Soup.Objects.ContentDecoder | |
| IsContentDecoder ContentDecoder Source # | |
Defined in GI.Soup.Objects.ContentDecoder | |
class GObject o => IsContentDecoder o Source #
Type class for types which can be safely cast to ContentDecoder, for instance with toContentDecoder.
Instances
| (GObject a, (UnknownAncestorError ContentDecoder a :: Constraint)) => IsContentDecoder a Source # | |
Defined in GI.Soup.Objects.ContentDecoder | |
| IsContentDecoder ContentDecoder Source # | |
Defined in GI.Soup.Objects.ContentDecoder | |
toContentDecoder :: (MonadIO m, IsContentDecoder o) => o -> m ContentDecoder Source #
Cast to ContentDecoder, for types for which this is known to be safe. For general casts, use castTo.
noContentDecoder :: Maybe ContentDecoder Source #
A convenience alias for Nothing :: Maybe ContentDecoder.