| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Soup.Objects.SessionSync
Contents
Description
- newtype SessionSync = SessionSync (ManagedPtr SessionSync)
- class GObject o => IsSessionSync o
- toSessionSync :: (MonadIO m, IsSessionSync o) => o -> m SessionSync
- noSessionSync :: Maybe SessionSync
- sessionSyncNew :: (HasCallStack, MonadIO m) => m SessionSync
Exported types
newtype SessionSync Source #
Constructors
| SessionSync (ManagedPtr SessionSync) |
class GObject o => IsSessionSync o Source #
Instances
toSessionSync :: (MonadIO m, IsSessionSync o) => o -> m SessionSync Source #
Methods
new
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.