Lines Matching full:ini
6 @brief Parser for ini files.
88 @brief Save a dictionary to a loadable ini file
93 This function dumps a given dictionary into a loadable ini file.
102 @brief Save a dictionary section to a loadable ini file
108 This function dumps a given section of a given dictionary into a loadable ini
168 ini file is given as "section:key". If the key cannot be found,
185 ini file is given as "section:key". If the key cannot be found,
214 ini file is given as "section:key". If the key cannot be found,
242 ini file is given as "section:key". If the key cannot be found,
257 ini file is given as "section:key". If the key cannot be found,
286 @param ini Dictionary to modify.
296 int iniparser_set(dictionary * ini, const char * entry, const char * val);
302 @param ini Dictionary to modify
309 void iniparser_unset(dictionary * ini, const char * entry);
314 @param ini Dictionary to search
323 int iniparser_find_entry(const dictionary * ini, const char * entry) ;
327 @brief Parse an ini file and return an allocated dictionary object
328 @param ininame Name of the ini file to read.
331 This is the parser for ini files. This function is called, providing
343 @brief Free all memory associated to an ini dictionary
347 Free all memory associated to an ini dictionary.