Functions

textparse_ini.inc

Function Type Description
INI_CreateParser native Creates a new INI parser.
This is used to set parse hooks.
INI_DestroyParser native Disposes of an INI parser.
INI_ParseFile native Parses an INI config file.
INI_SetParseEnd native Sets the INI_ParseEnd function of a parse handle.
INI_SetParseStart native Sets the INI_ParseStart function of a parse handle.
INI_SetRawLine native Sets a raw line reader on an INI parser handle.
INI_SetReaders native Sets the two main reader functions.