#include "set.h"
Data Fields | |
const char * | name |
User-visible name. More... | |
uint32_t | type |
Variable type, e.g. DT_STRING. More... | |
intptr_t | initial |
Initial value. More... | |
intptr_t | data |
Extra variable data. More... | |
int(* | validator )(const struct ConfigSet *cs, const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
const char * | docs |
One-liner description. More... | |
intptr_t | var |
Storage for the variable. More... | |