|
Tou
Tou header library
|
Functions | |
| tou_llist_t * | tou_ini_get_section (tou_llist_t *inicontents, const char *section_name) |
| Returns pointer to the section element matching given 'section_name'. | |
| tou_llist_t * | tou_ini_get_property (tou_llist_t *inicontents, const char *section_name, const char *key) |
| Returns pointer to the property element matching given 'section_name' and 'key'. | |
| tou_llist_t * tou_ini_get_property | ( | tou_llist_t * | inicontents, |
| const char * | section_name, | ||
| const char * | key ) |
Returns pointer to the property element matching given 'section_name' and 'key'.
| [in] | inicontents | Pointer to the parsed .INI structure |
| [in] | section_name | |
| [in] | key |
| tou_llist_t * tou_ini_get_section | ( | tou_llist_t * | inicontents, |
| const char * | section_name ) |
Returns pointer to the section element matching given 'section_name'.
| [in] | inicontents | Pointer to the parsed .INI structure |
| [in] | section_name |