Warning
doxygenfunction: Unable to resolve multiple matches for function “INI_Free” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.39.0/build/gammu-doc/xml. Potential matches:
- void INI_Free(INI_Section *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “INI_ReadFile” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.39.0/build/gammu-doc/xml. Potential matches:
- GSM_Error INI_ReadFile(const char *, gboolean, INI_Section **)
Warning
doxygenfunction: Unable to resolve multiple matches for function “INI_FindLastSectionEntry” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.39.0/build/gammu-doc/xml. Potential matches:
- INI_Entry * INI_FindLastSectionEntry(INI_Section *, const unsigned char *, const gboolean)
Warning
doxygenfunction: Unable to resolve multiple matches for function “INI_GetValue” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.39.0/build/gammu-doc/xml. Potential matches:
- unsigned char * INI_GetValue(INI_Section *, const unsigned char *, const unsigned char *, const gboolean)
Returns integer value from configuration. The file is automatically handled as not unicode.
File data as returned by INI_ReadFile.
Section to scan.
Name of key to read.
Fallback value.
Returns boolean value from configuration. The file is automatically handled as not unicode.
File data as returned by INI_ReadFile.
Section to scan.
Name of key to read.
Fallback value.
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_StringToBool” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.39.0/build/gammu-doc/xml. Potential matches:
- gboolean GSM_StringToBool(const char *)
Private structure holding information INI entry.
Private structure holding information INI section.
Structure used to save value for single key in INI style file
Structure used to save section in INI style file