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

Description

No description available in the introspection data.

Synopsis

Exported types

newtype SessionAsync Source #

Memory-managed wrapper 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

Instances details
(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

Overloaded methods

new

sessionAsyncNew Source #

Arguments

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

Returns: the new session.

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

Creates an asynchronous Session with the default options.