| 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 :: IsSessionSync o => o -> IO SessionSync
- noSessionSync :: Maybe SessionSync
- sessionSyncNew :: (HasCallStack, MonadIO m) => m SessionSync
Exported types
newtype SessionSync Source #
Constructors
| SessionSync (ManagedPtr SessionSync) |
Instances
| GObject SessionSync Source # | |
| IsObject SessionSync Source # | |
| IsSession SessionSync Source # | |
| IsSessionSync SessionSync Source # | |
| ((~) * info (ResolveSessionSyncMethod t SessionSync), MethodInfo * info SessionSync p) => IsLabel t (SessionSync -> p) Source # | |
| ((~) * info (ResolveSessionSyncMethod t SessionSync), MethodInfo * info SessionSync p) => IsLabelProxy t (SessionSync -> p) Source # | |
| HasAttributeList * SessionSync Source # | |
| type AttributeList SessionSync Source # | |
| type SignalList SessionSync Source # | |
class GObject o => IsSessionSync o Source #
Instances
toSessionSync :: IsSessionSync o => o -> IO 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.