{-# LINE 1 "Network/XMMS/Constants.hsc" #-} {-# LANGUAGE CPP #-} {-# LINE 2 "Network/XMMS/Constants.hsc" #-} module Network.XMMS.Constants where import Foreign import Foreign.C.Types import Foreign.C.String {-# LINE 9 "Network/XMMS/Constants.hsc" #-} typeNone :: CInt typeNone = 0 typeError :: CInt typeError = 1 typeInt32 :: CInt typeInt32 = 2 typeString :: CInt typeString = 3 typeColl :: CInt typeColl = 4 typeBin :: CInt typeBin = 5 typeList :: CInt typeList = 6 typeDict :: CInt typeDict = 7 typeEnd :: CInt typeEnd = 8 {-# LINE 20 "Network/XMMS/Constants.hsc" #-} playbackSeekCur :: CInt playbackSeekCur = 1 playbackSeekSet :: CInt playbackSeekSet = 2 {-# LINE 24 "Network/XMMS/Constants.hsc" #-}