Configuration container. More...
#include <config.h>
Data Fields | |
gboolean | is_jcfg |
Whether this is a libconfig (jcfg for us) or an INI config. | |
const char * | name |
Name of the configuration. | |
GList * | list |
Linked list of items/categories/arrays. | |
Configuration container.
gboolean janus_config::is_jcfg |
Whether this is a libconfig (jcfg for us) or an INI config.
GList* janus_config::list |
Linked list of items/categories/arrays.
const char* janus_config::name |
Name of the configuration.