XmmsClient
Functions
config.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <sys/types.h>
#include <unistd.h>
#include <xmmsclient/xmmsclient.h>
#include <xmmsclientpriv/xmmsclient.h>
#include <xmmsclientpriv/xmmsclient_ipc.h>
#include <xmmsc/xmmsc_idnumbers.h>

Functions

xmmsc_result_txmmsc_config_register_value (xmmsc_connection_t *c, const char *key, const char *value)
 Registers a configvalue in the server. More...
 
xmmsc_result_txmmsc_config_set_value (xmmsc_connection_t *c, const char *key, const char *val)
 Sets a configvalue in the server. More...
 
xmmsc_result_txmmsc_config_get_value (xmmsc_connection_t *c, const char *key)
 Retrieves a configvalue from the server. More...
 
xmmsc_result_txmmsc_config_list_values (xmmsc_connection_t *c)
 Lists all configuration values. More...
 
xmmsc_result_txmmsc_broadcast_config_value_changed (xmmsc_connection_t *c)
 Requests the config_value_changed broadcast. More...