| 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.TcpConnection
Contents
Description
- newtype TcpConnection = TcpConnection (ForeignPtr TcpConnection)
- class GObject o => IsTcpConnection o
- toTcpConnection :: IsTcpConnection o => o -> IO TcpConnection
- noTcpConnection :: Maybe TcpConnection
- data TcpConnectionGetGracefulDisconnectMethodInfo
- tcpConnectionGetGracefulDisconnect :: (MonadIO m, IsTcpConnection a) => a -> m Bool
- data TcpConnectionSetGracefulDisconnectMethodInfo
- tcpConnectionSetGracefulDisconnect :: (MonadIO m, IsTcpConnection a) => a -> Bool -> m ()
- data TcpConnectionGracefulDisconnectPropertyInfo
- constructTcpConnectionGracefulDisconnect :: IsTcpConnection o => Bool -> IO (GValueConstruct o)
- getTcpConnectionGracefulDisconnect :: (MonadIO m, IsTcpConnection o) => o -> m Bool
- setTcpConnectionGracefulDisconnect :: (MonadIO m, IsTcpConnection o) => o -> Bool -> m ()
- tcpConnectionGracefulDisconnect :: AttrLabelProxy "gracefulDisconnect"
Exported types
newtype TcpConnection Source #
Constructors
| TcpConnection (ForeignPtr TcpConnection) |
Instances
| GObject TcpConnection Source # | |
| IsObject TcpConnection Source # | |
| IsTcpConnection TcpConnection Source # | |
| IsSocketConnection TcpConnection Source # | |
| IsIOStream TcpConnection Source # | |
| ((~) * info (ResolveTcpConnectionMethod t TcpConnection), MethodInfo * info TcpConnection p) => IsLabel t (TcpConnection -> p) Source # | |
| ((~) * info (ResolveTcpConnectionMethod t TcpConnection), MethodInfo * info TcpConnection p) => IsLabelProxy t (TcpConnection -> p) Source # | |
| HasAttributeList * TcpConnection Source # | |
| type SignalList TcpConnection Source # | |
| type AttributeList TcpConnection Source # | |
class GObject o => IsTcpConnection o Source #
Instances
| (GObject a, UnknownAncestorError Constraint TcpConnection a) => IsTcpConnection a Source # | |
| IsTcpConnection TcpConnection Source # | |
| IsTcpConnection TcpWrapperConnection Source # | |
toTcpConnection :: IsTcpConnection o => o -> IO TcpConnection Source #
Methods
tcpConnectionGetGracefulDisconnect
data TcpConnectionGetGracefulDisconnectMethodInfo Source #
Instances
| ((~) * signature (m Bool), MonadIO m, IsTcpConnection a) => MethodInfo * TcpConnectionGetGracefulDisconnectMethodInfo a signature Source # | |
tcpConnectionGetGracefulDisconnect :: (MonadIO m, IsTcpConnection a) => a -> m Bool Source #
tcpConnectionSetGracefulDisconnect
data TcpConnectionSetGracefulDisconnectMethodInfo Source #
Instances
| ((~) * signature (Bool -> m ()), MonadIO m, IsTcpConnection a) => MethodInfo * TcpConnectionSetGracefulDisconnectMethodInfo a signature Source # | |
tcpConnectionSetGracefulDisconnect :: (MonadIO m, IsTcpConnection a) => a -> Bool -> m () Source #
Properties
GracefulDisconnect
data TcpConnectionGracefulDisconnectPropertyInfo Source #
Instances
| AttrInfo TcpConnectionGracefulDisconnectPropertyInfo Source # | |
| type AttrSetTypeConstraint TcpConnectionGracefulDisconnectPropertyInfo Source # | |
| type AttrLabel TcpConnectionGracefulDisconnectPropertyInfo Source # | |
| type AttrGetType TcpConnectionGracefulDisconnectPropertyInfo Source # | |
| type AttrBaseTypeConstraint TcpConnectionGracefulDisconnectPropertyInfo Source # | |
| type AttrAllowedOps TcpConnectionGracefulDisconnectPropertyInfo Source # | |
constructTcpConnectionGracefulDisconnect :: IsTcpConnection o => Bool -> IO (GValueConstruct o) Source #
getTcpConnectionGracefulDisconnect :: (MonadIO m, IsTcpConnection o) => o -> m Bool Source #
setTcpConnectionGracefulDisconnect :: (MonadIO m, IsTcpConnection o) => o -> Bool -> m () Source #
tcpConnectionGracefulDisconnect :: AttrLabelProxy "gracefulDisconnect" Source #