Tou
Tou header library
Loading...
Searching...
No Matches
Lower level functions

Functions

tou_llist_ttou_ini_get_section (tou_llist_t *inicontents, const char *section_name)
 Returns pointer to the section element matching given 'section_name'.
 
tou_llist_ttou_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'.
 

Detailed Description

Function Documentation

◆ tou_ini_get_property()

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'.

Parameters
[in]inicontentsPointer to the parsed .INI structure
[in]section_name
[in]key
Returns
Pointer to the property or NULL

◆ tou_ini_get_section()

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'.

Parameters
[in]inicontentsPointer to the parsed .INI structure
[in]section_name
Returns
Pointer to the section or NULL