gi-soup-2.4.21: Libsoup bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.Soup.Objects.ContentDecoder

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ContentDecoder Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf ContentDecoder o) => IsContentDecoder o Source #

Type class for types which can be safely cast to ContentDecoder, for instance with toContentDecoder.

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.