SANEI 1.3.1.72-4c77c
|
this structure holds the description of configuration options. More...
#include <sanei_config.h>
Data Fields | |
SANE_Int | count |
number of options | |
SANE_Option_Descriptor ** | descriptors |
NULL terminated list of configuration option. | |
void ** | values |
values for the configuration options | |
this structure holds the description of configuration options.
There is a list for options and another for their values. These lists are used when the configuration file is parsed. Read values are stored in Option_Value. Helpers functions are provided to access values easily