Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_conf_string_entry_t Struct Reference

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
 

Detailed Description

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().

Definition at line 125 of file conf.h.

Field Documentation

◆ key

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().

◆ value

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().


The documentation for this struct was generated from the following file: