{-# 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" #-}

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

{-# LINE 34 "Network/XMMS/Constants.hsc" #-}