![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
One key/value pair handed back by dt_conf_all_string_entries(). More...
#include <conf.h>
Collaboration diagram for dt_conf_string_entry_t:Data Fields | |
| char * | key |
| char * | value |
One key/value pair handed back by dt_conf_all_string_entries().
Both members are private copies owned by the entry, not pointers into the conf table – which is what makes the returned list safe to hold after the lock is released. Release an entry with dt_conf_string_entry_free().
| char* dt_conf_string_entry_t::key |
Key name, relative to the directory that was asked for. Owned by this entry.
Definition at line 128 of file conf.h.
Referenced by _conf_add(), dt_conf_init(), dt_conf_string_entry_free(), dt_init(), and gui_init().
| char* dt_conf_string_entry_t::value |
Value as a string. Owned by this entry.
Definition at line 130 of file conf.h.
Referenced by _conf_add(), dt_conf_init(), dt_conf_string_entry_free(), dt_init(), and gui_init().