| 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
Description
- newtype TcpWrapperConnection = TcpWrapperConnection (ManagedPtr TcpWrapperConnection)
- class GObject o => IsTcpWrapperConnection o
- toTcpWrapperConnection :: IsTcpWrapperConnection o => o -> IO TcpWrapperConnection
- noTcpWrapperConnection :: Maybe TcpWrapperConnection
- data TcpWrapperConnectionGetBaseIoStreamMethodInfo
- tcpWrapperConnectionGetBaseIoStream :: (MonadIO m, IsTcpWrapperConnection a) => a -> m IOStream
- tcpWrapperConnectionNew :: (MonadIO m, IsIOStream a, IsSocket b) => a -> b -> m TcpWrapperConnection
- data TcpWrapperConnectionBaseIoStreamPropertyInfo
- constructTcpWrapperConnectionBaseIoStream :: (IsTcpWrapperConnection o, IsIOStream a) => a -> IO (GValueConstruct o)
- getTcpWrapperConnectionBaseIoStream :: (MonadIO m, IsTcpWrapperConnection o) => o -> m IOStream
- tcpWrapperConnectionBaseIoStream :: AttrLabelProxy "baseIoStream"
Exported types
newtype TcpWrapperConnection Source #
Constructors
| TcpWrapperConnection (ManagedPtr TcpWrapperConnection) |
Instances
| GObject TcpWrapperConnection Source # | |
| IsObject TcpWrapperConnection Source # | |
| IsTcpConnection TcpWrapperConnection Source # | |
| IsSocketConnection TcpWrapperConnection Source # | |
| IsIOStream TcpWrapperConnection Source # | |
| IsTcpWrapperConnection 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 # | |
| HasAttributeList * TcpWrapperConnection Source # | |
| type SignalList TcpWrapperConnection Source # | |
| type AttributeList TcpWrapperConnection Source # | |
class GObject o => IsTcpWrapperConnection o Source #
Instances
| (GObject a, UnknownAncestorError Constraint TcpWrapperConnection a) => IsTcpWrapperConnection a Source # | |
| IsTcpWrapperConnection TcpWrapperConnection Source # | |
Methods
getBaseIoStream
data TcpWrapperConnectionGetBaseIoStreamMethodInfo Source #
Instances
| ((~) * signature (m IOStream), MonadIO m, IsTcpWrapperConnection a) => MethodInfo * TcpWrapperConnectionGetBaseIoStreamMethodInfo a signature Source # | |
tcpWrapperConnectionGetBaseIoStream :: (MonadIO m, IsTcpWrapperConnection a) => a -> m IOStream Source #
new
tcpWrapperConnectionNew :: (MonadIO m, IsIOStream a, IsSocket b) => a -> b -> m TcpWrapperConnection Source #
Properties
baseIoStream
data TcpWrapperConnectionBaseIoStreamPropertyInfo Source #
Instances
| AttrInfo TcpWrapperConnectionBaseIoStreamPropertyInfo Source # | |
| type AttrSetTypeConstraint TcpWrapperConnectionBaseIoStreamPropertyInfo Source # | |
| type AttrOrigin TcpWrapperConnectionBaseIoStreamPropertyInfo Source # | |
| type AttrLabel TcpWrapperConnectionBaseIoStreamPropertyInfo Source # | |
| type AttrGetType TcpWrapperConnectionBaseIoStreamPropertyInfo Source # | |
| type AttrBaseTypeConstraint TcpWrapperConnectionBaseIoStreamPropertyInfo Source # | |
| type AttrAllowedOps TcpWrapperConnectionBaseIoStreamPropertyInfo Source # | |
constructTcpWrapperConnectionBaseIoStream :: (IsTcpWrapperConnection o, IsIOStream a) => a -> IO (GValueConstruct o) Source #
getTcpWrapperConnectionBaseIoStream :: (MonadIO m, IsTcpWrapperConnection o) => o -> m IOStream Source #
tcpWrapperConnectionBaseIoStream :: AttrLabelProxy "baseIoStream" Source #