Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
queryVersion :: Connection -> Word16 -> Word16 -> IO (Receipt QueryVersionReply) Source
createContext :: Connection -> CreateContext -> IO () Source
registerClients :: Connection -> RegisterClients -> IO () Source
unregisterClients :: Connection -> UnregisterClients -> IO () Source
getContext :: Connection -> CONTEXT -> IO (Receipt GetContextReply) Source
enableContext :: Connection -> CONTEXT -> IO (Receipt EnableContextReply) Source
disableContext :: Connection -> CONTEXT -> IO () Source
freeContext :: Connection -> CONTEXT -> IO () Source
type ElementHeader = Word8 Source
type ClientSpec = Word32 Source
data BadContextError Source
data QueryVersion Source
data GetContext Source
data EnableContext Source
data DisableContext Source