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

Description

No description available in the introspection data.

Synopsis

Exported types

newtype SessionSync Source #

Memory-managed wrapper type.

Constructors

SessionSync (ManagedPtr SessionSync) 

Instances

Instances details
Eq SessionSync Source # 
Instance details

Defined in GI.Soup.Objects.SessionSync

Methods

(==) :: SessionSync -> SessionSync -> Bool

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

GObject SessionSync Source # 
Instance details

Defined in GI.Soup.Objects.SessionSync

ManagedPtrNewtype SessionSync Source # 
Instance details

Defined in GI.Soup.Objects.SessionSync

Methods

toManagedPtr :: SessionSync -> ManagedPtr SessionSync

TypedObject SessionSync Source # 
Instance details

Defined in GI.Soup.Objects.SessionSync

Methods

glibType :: IO GType

IsGValue SessionSync Source #

Convert SessionSync to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Soup.Objects.SessionSync

Methods

toGValue :: SessionSync -> IO GValue

fromGValue :: GValue -> IO SessionSync

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]

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

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