XMMS-0.1.1: XMMS2 client library.

Network.XMMS.Config

Synopsis

Documentation

registerValue :: Connection -> String -> String -> IO ResultSource

Registers a configvalue in the server.

setValue :: Connection -> String -> String -> IO ResultSource

Sets a configvalue in the server.

getValue :: Connection -> String -> IO ResultSource

Retrieves a configvalue from the server.

listValues :: Connection -> IO ResultSource

Lists all configuration values.

broadcastValueChanged :: Connection -> IO ResultSource

Requests the config_value_changed broadcast.