gi-soup-2.4.21: 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.SessionSync

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype SessionSync Source #

Memory-managed wrapper type.

Instances
GObject SessionSync Source # 
Instance details

Defined in GI.Soup.Objects.SessionSync

Methods

gobjectType :: IO GType #

HasParentTypes SessionSync Source # 
Instance details

Defined in GI.Soup.Objects.SessionSync

type ParentTypes SessionSync Source # 
Instance details

Defined in GI.Soup.Objects.SessionSync

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

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

Creates an synchronous Session with the default options.