gi-soup-2.4.25: Libsoup bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Soup.Objects.SessionSync

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf SessionSync o) => IsSessionSync o Source #

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

Instances

Instances details
(GObject o, IsDescendantOf SessionSync o) => IsSessionSync o Source # 
Instance details

Defined in GI.Soup.Objects.SessionSync

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 plaintSession, created with sessionNew. See the <linklinkend="libsoup-session-porting">porting guide</link>.

Creates an synchronous Session with the default options.