Module inilike.read

Reading ini-like files without usage of IniLikeFile class.

See Also

Desktop Entry Specification

Functions

NameDescription
readIniLike(reader, onLeadingComment, onGroup, onKeyValue, onCommentInGroup, fileName) Read ini-like file entries via the set of callbacks. Callbacks can be null, but basic format validation is still run in this case.

Enums

NameDescription
ActionOnGroup What to do when encounter some group name in onGroup callback of readIniLike.