gi-soup-2.4.19: 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.SessionAsync

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype SessionAsync Source #

Memory-managed wrapper type.

Instances
GObject SessionAsync Source # 
Instance details

Defined in GI.Soup.Objects.SessionAsync

Methods

gobjectType :: IO GType #

HasParentTypes SessionAsync Source # 
Instance details

Defined in GI.Soup.Objects.SessionAsync

type ParentTypes SessionAsync Source # 
Instance details

Defined in GI.Soup.Objects.SessionAsync

type ParentTypes SessionAsync = Session ': (Object ': ([] :: [Type]))

class (GObject o, IsDescendantOf SessionAsync o) => IsSessionAsync o Source #

Type class for types which can be safely cast to SessionAsync, for instance with toSessionAsync.

Instances
(GObject o, IsDescendantOf SessionAsync o) => IsSessionAsync o Source # 
Instance details

Defined in GI.Soup.Objects.SessionAsync

toSessionAsync :: (MonadIO m, IsSessionAsync o) => o -> m SessionAsync Source #

Cast to SessionAsync, for types for which this is known to be safe. For general casts, use castTo.

Methods

new

sessionAsyncNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> m SessionAsync

Returns: the new session.

Deprecated: SessionAsync is deprecated; use a plainSession, created with sessionNew. See the <linklinkend="libsoup-session-porting">porting guide</link>.

Creates an asynchronous Session with the default options.