| 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
Description
- newtype SessionAsync = SessionAsync (ForeignPtr SessionAsync)
- class GObject o => SessionAsyncK o
- toSessionAsync :: SessionAsyncK o => o -> IO SessionAsync
- noSessionAsync :: Maybe SessionAsync
- sessionAsyncNew :: MonadIO m => m SessionAsync
Exported types
newtype SessionAsync Source
Constructors
| SessionAsync (ForeignPtr SessionAsync) |
Instances
| GObject SessionAsync | |
| ((~) * info (ResolveSessionAsyncMethod t SessionAsync), MethodInfo * info SessionAsync p) => IsLabelProxy t (SessionAsync -> p) | |
| type ParentTypes SessionAsync | |
| type AttributeList SessionAsync | |
| type SignalList SessionAsync |
class GObject o => SessionAsyncK o Source
Instances
| (GObject o, IsDescendantOf SessionAsync o) => SessionAsyncK o |
toSessionAsync :: SessionAsyncK o => o -> IO SessionAsync Source
Methods
sessionAsyncNew
sessionAsyncNew :: MonadIO m => m SessionAsync Source
Deprecated: SoupSession, created with soup_session_new(). See the linklinkend="libsoup-session-porting"porting guide/link.