Type definition for a config item. More...
Modules | |
string_set() | |
Set a config item by string. | |
string_get() | |
Get a config item as a string. | |
native_set() | |
Set a config item by string. | |
native_get() | |
Get a string from a config item. | |
string_plus_equals() | |
Add to a config item by string. | |
string_minus_equals() | |
Remove from a config item as a string. | |
reset() | |
Reset a config item to its initial value. | |
destroy() | |
Destroy a config item. | |
Type definition for a config item.
Each config item has a type which is defined by a set of callback functions.