| 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.Gio.Objects.TcpWrapperConnection
Contents
Description
- newtype TcpWrapperConnection = TcpWrapperConnection (ForeignPtr TcpWrapperConnection)
- class GObject o => TcpWrapperConnectionK o
- toTcpWrapperConnection :: TcpWrapperConnectionK o => o -> IO TcpWrapperConnection
- noTcpWrapperConnection :: Maybe TcpWrapperConnection
- data TcpWrapperConnectionGetBaseIoStreamMethodInfo
- tcpWrapperConnectionGetBaseIoStream :: (MonadIO m, TcpWrapperConnectionK a) => a -> m IOStream
- tcpWrapperConnectionNew :: (MonadIO m, IOStreamK a, SocketK b) => a -> b -> m TcpWrapperConnection
- data TcpWrapperConnectionBaseIoStreamPropertyInfo
- constructTcpWrapperConnectionBaseIoStream :: IOStreamK a => a -> IO ([Char], GValue)
- getTcpWrapperConnectionBaseIoStream :: (MonadIO m, TcpWrapperConnectionK o) => o -> m IOStream
Exported types
newtype TcpWrapperConnection Source
Constructors
| TcpWrapperConnection (ForeignPtr TcpWrapperConnection) |
Instances
| GObject TcpWrapperConnection Source | |
| ((~) * info (ResolveTcpWrapperConnectionMethod t TcpWrapperConnection), MethodInfo * info TcpWrapperConnection p) => IsLabel t (TcpWrapperConnection -> p) Source | |
| ((~) * info (ResolveTcpWrapperConnectionMethod t TcpWrapperConnection), MethodInfo * info TcpWrapperConnection p) => IsLabelProxy t (TcpWrapperConnection -> p) Source | |
| type ParentTypes TcpWrapperConnection Source | |
| type AttributeList TcpWrapperConnection Source | |
| type SignalList TcpWrapperConnection Source | |
class GObject o => TcpWrapperConnectionK o Source
Instances
Methods
tcpWrapperConnectionGetBaseIoStream
data TcpWrapperConnectionGetBaseIoStreamMethodInfo Source
Instances
| ((~) (TYPE Lifted) signature (m IOStream), MonadIO m, TcpWrapperConnectionK a) => MethodInfo (TYPE Lifted) TcpWrapperConnectionGetBaseIoStreamMethodInfo a signature Source | |
tcpWrapperConnectionGetBaseIoStream :: (MonadIO m, TcpWrapperConnectionK a) => a -> m IOStream Source
tcpWrapperConnectionNew
tcpWrapperConnectionNew :: (MonadIO m, IOStreamK a, SocketK b) => a -> b -> m TcpWrapperConnection Source
Properties
BaseIoStream
data TcpWrapperConnectionBaseIoStreamPropertyInfo Source
Instances
getTcpWrapperConnectionBaseIoStream :: (MonadIO m, TcpWrapperConnectionK o) => o -> m IOStream Source