#include "xmms/xmms_config.h"
Go to the source code of this file.
Defines | |
| #define | XMMS_MAX_CONFIGFILE_LEN 255 |
| #define | XMMS_CONFIG_SYSTEMWIDE SYSCONFDIR "/xmms2.conf" |
Functions | |
| void | xmms_config_init (const gchar *filename) |
| void | xmms_config_shutdown (void) |
| gboolean | xmms_config_save (void) |
| void | xmms_config_setvalue (xmms_config_t *conf, const gchar *key, const gchar *value, xmms_error_t *err) |
| #define XMMS_CONFIG_SYSTEMWIDE SYSCONFDIR "/xmms2.conf" |
Definition at line 26 of file xmms_config.h.
| #define XMMS_MAX_CONFIGFILE_LEN 255 |
Definition at line 25 of file xmms_config.h.
| gboolean xmms_config_save | ( | void | ) |
| void xmms_config_setvalue | ( | xmms_config_t * | conf, | |
| const gchar * | key, | |||
| const gchar * | value, | |||
| xmms_error_t * | err | |||
| ) |
1.5.6