Xiqual 0.9.1

In file include/prefs.h:

typedef struct preferences

A preferences section.

[more]char* name
Name of section
[more]char* dir
Directory we prefer to save this in
[more]List variables
A chain of variables
[more]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.
ochar* name
Name of section

ochar* dir
Directory we prefer to save this in

oList variables
A chain of variables

ochar 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++.