Generic configuration container (can be an item, a category or an array) More...
#include <config.h>
Data Fields | |
| janus_config_type | type |
| Whether this is a category, an item or an array. More... | |
| const char * | name |
| Name of the item/category/array. More... | |
| const char * | value |
| Value of the item (item only) More... | |
| GList * | list |
| Linked list of contained items/categories/arrays (category and array only) More... | |
Generic configuration container (can be an item, a category or an array)
| GList* janus_config_container::list |
Linked list of contained items/categories/arrays (category and array only)
| const char* janus_config_container::name |
Name of the item/category/array.
| janus_config_type janus_config_container::type |
Whether this is a category, an item or an array.
| const char* janus_config_container::value |
Value of the item (item only)