| 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.SessionAsync
Contents
Description
- newtype SessionAsync = SessionAsync (ManagedPtr SessionAsync)
- class GObject o => IsSessionAsync o
- toSessionAsync :: IsSessionAsync o => o -> IO SessionAsync
- noSessionAsync :: Maybe SessionAsync
- sessionAsyncNew :: (HasCallStack, MonadIO m) => m SessionAsync
Exported types
newtype SessionAsync Source #
Constructors
| SessionAsync (ManagedPtr SessionAsync) |
Instances
| GObject SessionAsync Source # | |
| IsObject SessionAsync Source # | |
| IsSession SessionAsync Source # | |
| IsSessionAsync SessionAsync Source # | |
| ((~) * info (ResolveSessionAsyncMethod t SessionAsync), MethodInfo * info SessionAsync p) => IsLabel t (SessionAsync -> p) Source # | |
| ((~) * info (ResolveSessionAsyncMethod t SessionAsync), MethodInfo * info SessionAsync p) => IsLabelProxy t (SessionAsync -> p) Source # | |
| HasAttributeList * SessionAsync Source # | |
| type AttributeList SessionAsync Source # | |
| type SignalList SessionAsync Source # | |
class GObject o => IsSessionAsync o Source #
Instances
toSessionAsync :: IsSessionAsync o => o -> IO SessionAsync Source #
Methods
new
Arguments
| :: (HasCallStack, MonadIO m) | |
| => m SessionAsync | Returns: the new session. |
Deprecated: SessionAsync is deprecated; use a plainSession, created with sessionNew. See the <linklinkend="libsoup-session-porting">porting guide</link>.
Creates an asynchronous Session with the default options.