|
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.52">Namegnome-popt -- Command line argument parser Detailsgnomelib_register_popt_table ()void gnomelib_register_popt_table (const struct poptOption *options,
const char *description); |
Registers the options table of command line options for the GNOME command line
argument parser.
gnomelib_parse_args ()poptContext gnomelib_parse_args (int argc,
char *argv[],
int popt_flags); |
Parses the arguments in argv according to all of the registered
tables.
|