gi-soup-2.4.15: Libsoup bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Soup.Objects.SessionSync

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class GObject o => IsSessionSync o Source #

Type class for types which can be safely cast to SessionSync, for instance with toSessionSync.

toSessionSync :: (MonadIO m, IsSessionSync o) => o -> m SessionSync Source #

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

Methods

new

sessionSyncNew Source #

Arguments

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

Returns: the new session.

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

Creates an synchronous Session with the default options.