-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | A binding to the X11 authentication library
--   
--   A Haskell binding to the X11 authentication library.
@package Xauth
@version 0.1

module Graphics.X11.Xauth
data Xauth
Xauth :: [CChar] -> Xauth
[xauthName, xauthData] :: Xauth -> [CChar]
familyLocal :: CUShort
familyWild :: CUShort
familyNetname :: CUShort
familyKrb5Principal :: CUShort
familyLocalHost :: CUShort
getAuthByAddr :: CUShort -> [CChar] -> [CChar] -> [CChar] -> IO (Maybe Xauth)
instance GHC.Read.Read Graphics.X11.Xauth.Xauth
instance GHC.Show.Show Graphics.X11.Xauth.Xauth
