Xiqual 0.9.1
In file include/prefs.h:
A preferences section.
- char*
name
- Name of section
- char*
dir
- Directory we prefer to save this in
- List variables
- A chain of variables
- char stringonly
- Boolean - true if we don't want to convert numbers
to integers.
Documentation
A preferences section. Each preferences file may
consist of several sections like this.
-
- char*
name
- Name of section
- char*
dir
- Directory we prefer to save this in
- List variables
- A chain of variables
- char
stringonly
- Boolean - true if we don't want to convert numbers to integers.
When true, the function that scans each line will just blindly copy
the variable data to the string element. The type will be set to
PREFS_STRING.
- Author:
- Ronny Bangsund
- See Also:
- cfg_loadprefs(), cfg_newsection(), cfg_newvar(),
cfg_addvar(), variable
Alphabetic index
This page was generated with the help of DOC++.