NeoMutt  2024-04-25-34-g585158
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Config Type API

Type definition for a config item. More...

+ Collaboration diagram for Config Type API:

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.
 

Detailed Description

Type definition for a config item.

Each config item has a type which is defined by a set of callback functions.