Documentation
class QcacheSize_h a b where #
cacheSize_h :: a -> b -> IO Int #
class QconnectToHost_h a b where #
connectToHost_h :: a -> b -> IO () #
class QdisconnectFromHost_h a b where #
disconnectFromHost_h :: a -> b -> IO () #
class QhasPendingConnections_h a b where #
hasPendingConnections_h :: a -> b -> IO Bool #
class QincomingConnection_h a b where #
incomingConnection_h :: a -> b -> IO () #
class QsetReadBufferSize_h a b where #
setReadBufferSize_h :: a -> b -> IO () #
class QsetSocketDescriptor_h a b where #
setSocketDescriptor_h :: a -> b -> IO Bool #
class QsetSocketOption_h a b where #
setSocketOption_h :: a -> b -> IO () #
class QsocketDescriptor_h a b where #
socketDescriptor_h :: a -> b -> IO (QVoid ()) #
class QsocketOption_h a b where #
socketOption_h :: a -> b -> IO (QVariant ()) #
class QupdateMetaData_h a b where #
updateMetaData_h :: a -> b -> IO () #
class QwaitForConnected_h a b where #
waitForConnected_h :: a -> b -> IO Bool #
class QwaitForDisconnected_h a b where #
waitForDisconnected_h :: a -> b -> IO Bool #