config_values_s -
#include <xine.h>
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
Configuration file manipulation.
See also: config_file_init()
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.
Generated automatically by Doxygen for XINE, A Free Video Player Project - API reference from the source code.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |