module Network.XMMS.Constants where
import Foreign
import Foreign.C.Types
import Foreign.C.String
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
playbackSeekCur :: CInt
playbackSeekCur = 1
playbackSeekSet :: CInt
playbackSeekSet = 2
playlistChangedAdd :: CInt
playlistChangedAdd = 0
playlistChangedInsert :: CInt
playlistChangedInsert = 1
playlistChangedRemove :: CInt
playlistChangedRemove = 3
playlistChangedClear :: CInt
playlistChangedClear = 4
playlistChangedMove :: CInt
playlistChangedMove = 5
playlistChangedSort :: CInt
playlistChangedSort = 6
playlistChangedShuffle :: CInt
playlistChangedShuffle = 2
playlistChangedUpdate :: CInt
playlistChangedUpdate = 7