|
MGE System Utility Library - Full Internal Documentation v1.7.3
Library of system utility functions.
|
Configuration section definition. More...
#include <mge-configfile.h>

Data Fields | |
| const char * | section |
| Section name. | |
| int | mandatory |
| Mandatory, 1 = true, 0 = false. | |
| int | present |
| Pair present, 1 = true, 0 =false. | |
| struct confkey | keys [MAX_KEYS_PER_SECTION] |
| Array of KV Pairs. | |
Configuration section definition.
| struct confkey keys[MAX_KEYS_PER_SECTION] |
Array of KV Pairs.
| int mandatory |
Mandatory, 1 = true, 0 = false.
| int present |
Pair present, 1 = true, 0 =false.
| const char* section |
Section name.