libeconf 0.5.1
|
Public extended API for the econf library. More...
Go to the source code of this file.
Classes | |
struct | econf_ext_value |
Typedefs | |
typedef struct econf_ext_value | econf_ext_value |
Functions | |
econf_err | econf_getExtValue (econf_file *kf, const char *group, const char *key, econf_ext_value **result) |
Evaluating more information for given group/key. More... | |
void | econf_freeExtValue (econf_ext_value *to_free) |
Free an complete econf_ext_value struct. More... | |
Public extended API for the econf library.
Definition in file libeconf_ext.h.
typedef struct econf_ext_value econf_ext_value |
Definition at line 50 of file libeconf_ext.h.
econf_err econf_getExtValue | ( | econf_file * | kf, |
const char * | group, | ||
const char * | key, | ||
econf_ext_value ** | result | ||
) |
Evaluating more information for given group/key.
kf | given/parsed data |
group | Desired group or NULL if there is no group defined. |
key | Key for which the value is requested. |
result | A newly allocated struct or NULL in error case. |
void econf_freeExtValue | ( | econf_ext_value * | to_free | ) |