xhb-requests-0.1.0.6.2015.8.1
Graphics.XHB.Requests.Internal.Instances.XF86Dri
Contents
Methods
requestIO :: CloseConnection -> Connection -> IO () Source #
requestIO :: DestroyContext -> Connection -> IO () Source #
requestIO :: DestroyDrawable -> Connection -> IO () Source #
requestWithReplyIO :: QueryVersion -> Connection -> IO (IO (Either SomeError QueryVersionReply)) Source #
requestWithReplyIO :: QueryDirectRenderingCapable -> Connection -> IO (IO (Either SomeError QueryDirectRenderingCapableReply)) Source #
requestWithReplyIO :: OpenConnection -> Connection -> IO (IO (Either SomeError OpenConnectionReply)) Source #
requestWithReplyIO :: GetClientDriverName -> Connection -> IO (IO (Either SomeError GetClientDriverNameReply)) Source #
requestWithReplyIO :: CreateContext -> Connection -> IO (IO (Either SomeError CreateContextReply)) Source #
requestWithReplyIO :: CreateDrawable -> Connection -> IO (IO (Either SomeError CreateDrawableReply)) Source #
requestWithReplyIO :: GetDrawableInfo -> Connection -> IO (IO (Either SomeError GetDrawableInfoReply)) Source #
requestWithReplyIO :: GetDeviceInfo -> Connection -> IO (IO (Either SomeError GetDeviceInfoReply)) Source #
requestWithReplyIO :: AuthConnection -> Connection -> IO (IO (Either SomeError AuthConnectionReply)) Source #