|
Dunst
Lightweight notification daemon
|
Parser for INI config files. More...
#include <stdbool.h>#include <stdio.h>
Include dependency graph for ini.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | entry |
| struct | section |
| struct | ini |
Functions | |
| const char * | next_section (const struct ini *ini, const char *section) |
| 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) |
| struct ini * | load_ini_file (FILE *fp) |
| void | finish_ini (struct ini *ini) |
Parser for INI config files.
Definition in file ini.h.
| const char * get_value | ( | struct ini * | ini, |
| const char * | section, | ||
| const char * | key ) |
| const char * next_section | ( | const struct ini * | ini, |
| const char * | section ) |