42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
.TP
LC_VAR_INT
For a "int" integer type variable. The data passed should be of type "int *".
.TP
LC_VAR_SHORT
For a "short" integer type variable. The data passed should be of type "short *".
.TP
LC_VAR_BOOL
For a boolean type variable. The data passed should be of type "int *". When a true value is specified the variable is set to 1. When a false value is specified the variable is set to 0. Any other value sets the variable to -1. Valid true values are: enable, true, yes, on, y, and 1. Valid false values are: disable, false, off, no, n, and 0.
.TP
LC_VAR_FILENAME
Not implemented.
.TP
LC_VAR_DIRECTORY
|
>
>
>
>
>
>
|
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
.TP
LC_VAR_INT
For a "int" integer type variable. The data passed should be of type "int *".
.TP
LC_VAR_SHORT
For a "short" integer type variable. The data passed should be of type "short *".
.TP
LC_VAR_FLOAT
For a "float" floating point type variable. The data passed should be of type "float *".
.TP
LC_VAR_DOUBLE
For a "double" floating point type variable. The data passed should be of type "double *".
.TP
LC_VAR_BOOL
For a boolean type variable. The data passed should be of type "int *". When a true value is specified the variable is set to 1. When a false value is specified the variable is set to 0. Any other value sets the variable to -1. Valid true values are: enable, true, yes, on, y, and 1. Valid false values are: disable, false, off, no, n, and 0.
.TP
LC_VAR_FILENAME
Not implemented.
.TP
LC_VAR_DIRECTORY
|