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.SessionAsync

Description

No description available in the introspection data.

Synopsis

Exported types

newtype SessionAsync Source #

Memory-managed wrapper type.

Constructors

SessionAsync (ManagedPtr SessionAsync) 

Instances

Instances details
Eq SessionAsync Source # 
Instance details

Defined in GI.Soup.Objects.SessionAsync

Methods

(==) :: SessionAsync -> SessionAsync -> Bool

(/=) :: SessionAsync -> SessionAsync -> Bool

GObject SessionAsync Source # 
Instance details

Defined in GI.Soup.Objects.SessionAsync

ManagedPtrNewtype SessionAsync Source # 
Instance details

Defined in GI.Soup.Objects.SessionAsync

Methods

toManagedPtr :: SessionAsync -> ManagedPtr SessionAsync

TypedObject SessionAsync Source # 
Instance details

Defined in GI.Soup.Objects.SessionAsync

Methods

glibType :: IO GType

IsGValue SessionAsync Source #

Convert SessionAsync to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Soup.Objects.SessionAsync

Methods

toGValue :: SessionAsync -> IO GValue

fromGValue :: GValue -> IO SessionAsync

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]

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.