Query: cfg_opt_t
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
cfg_opt_t(3) confuse cfg_opt_t(3)NAMEcfg_opt_t - Data structure holding information about an option.SYNOPSIS#include <confuse.h> Data Fields char * name The name of the option. cfg_type_t type Type of option. unsigned int nvalues Number of values parsed. cfg_value_t ** values Array of found values. cfg_flag_t flags Flags. cfg_opt_t * subopts Suboptions (only applies to sections). cfg_defvalue_t def Default value. cfg_func_t func Function callback for CFGT_FUNC options. void * simple_value Pointer to user-specified variable to store simple values (created with the CFG_SIMPLE_* initializers). cfg_callback_t parsecb Value parsing callback function. cfg_validate_callback_t validcb Value validating callback function. cfg_print_func_t pf print callback function Detailed Description Data structure holding information about an option. The value(s) are stored as an array of fundamental values (strings, numbers, etc). Examples: ftpconf.c, reread.c, and simple.c. Author Generated automatically by Doxygen for confuse from the source code. Version 2.7 21 Feb 2010 cfg_opt_t(3)
Related Man Pages |
---|
socallbacklist(3) - debian |
socontexthandler(3) - debian |
globus_gass_transfer_data(3) - debian |
mtp_libmtp_playlist_struct(3) - debian |
ost_commandoptionwitharg(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
Introduction |
One instance of comparing grep and awk |
Weird 'find' results |