Versions in this module Expand all Collapse all v0 v0.2.0 Apr 8, 2025 v0.1.0 Apr 2, 2025 Changes in this version + const LLGoFiles + const LLGoPackage + func Parse(filename *c.Char, ...) c.Int + func ParseFile(file c.FilePtr, ...) c.Int + func ParseString(str *c.Char, ...) c.Int + type Reader struct + Unused [32]byte + func NewReader(buffer *c.Char, bufferSize uintptr) (ret Reader) + func NewReaderFile(fileName *std.String) (ret Reader) + func (r *Reader) Dispose() + func (r *Reader) GetBoolean(section *std.String, name *std.String, defaultValue bool) bool + func (r *Reader) GetInteger(section *std.String, name *std.String, defaultValue c.Long) c.Long + func (r *Reader) GetString(section *std.String, name *std.String, defaultValue *std.String) (ret std.String) + func (r *Reader) InitFromBuffer(buffer *c.Char, bufferSize uintptr) + func (r *Reader) InitFromFile(fileName *std.String) + func (r *Reader) ParseError() c.Int