|
| struct section * | get_section (struct ini *ini, const char *name) |
| |
| struct section * | get_or_create_section (struct ini *ini, const char *name) |
| |
| void | add_entry (struct ini *ini, const char *section_name, const char *key, const char *value) |
| |
| const char * | section_get_value (struct ini *ini, const struct section *s, const char *key) |
| |
| const char * | get_value (struct ini *ini, const char *section, const char *key) |
| |
| bool | ini_is_set (struct ini *ini, const char *ini_section, const char *ini_key) |
| |
| const char * | next_section (const struct ini *ini, const char *section) |
| |
| struct ini * | load_ini_file (FILE *fp) |
| |
| void | finish_ini (struct ini *ini) |
| |
- Copyright
- Copyright 2013-2014 Sascha Kruse
-
Copyright 2014-2026 Dunst contributors
- License
- BSD-3-Clause
Definition in file ini.c.