gi-soup-2.4.23: Libsoup bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Soup.Objects.ContentDecoder

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ContentDecoder Source #

Memory-managed wrapper type.

Constructors

ContentDecoder (ManagedPtr ContentDecoder) 

Instances

Instances details
Eq ContentDecoder Source # 
Instance details

Defined in GI.Soup.Objects.ContentDecoder

GObject ContentDecoder Source # 
Instance details

Defined in GI.Soup.Objects.ContentDecoder

ManagedPtrNewtype ContentDecoder Source # 
Instance details

Defined in GI.Soup.Objects.ContentDecoder

TypedObject ContentDecoder Source # 
Instance details

Defined in GI.Soup.Objects.ContentDecoder

Methods

glibType :: IO GType

IsGValue ContentDecoder Source #

Convert ContentDecoder to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Soup.Objects.ContentDecoder

Methods

toGValue :: ContentDecoder -> IO GValue

fromGValue :: GValue -> IO ContentDecoder

HasParentTypes ContentDecoder Source # 
Instance details

Defined in GI.Soup.Objects.ContentDecoder

type ParentTypes ContentDecoder Source # 
Instance details

Defined in GI.Soup.Objects.ContentDecoder

type ParentTypes ContentDecoder = '[Object, SessionFeature]

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

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

Instances

Instances details
(GObject o, IsDescendantOf ContentDecoder o) => IsContentDecoder o Source # 
Instance details

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.

Methods

Overloaded methods