 
#include <xine.h>
| Data Fields | |
| char* (* | lookup_str )(config_values_t *self, char *key, char *str_default) | 
| int (* | lookup_int )(config_values_t *self, char *key, int n_default) | 
| void (* | set_str )(config_values_t *self, char *key, char *value) | 
| void (* | set_int )(config_values_t *self, char *key, int value) | 
| void (* | save )(config_values_t *self) | 
| void (* | read )(config_values_t *self, char *filename) | 
| cfg_data_t* | data | 
| 
 | 
| Contains private data of this configuration file. | 
| 
 | 
| Lookup integer values in configuration file. | 
| 
 | 
| Lookup string values in configuration file. | 
| 
 | 
| Read configuration file from disk, overriding values in memory. If you also want to clear values that are not in the file, use config_file_init() instead! | 
| 
 | 
| Write configuration file to disk. | 
| 
 | 
| Set integer values in configuration file. | 
| 
 | 
| Set string values in configuration file. | 
 1.2.8 written by Dimitri van Heesch,
 © 1997-2001
1.2.8 written by Dimitri van Heesch,
 © 1997-2001