| Tizen Native API
    4.0
    | 
_Ecore_Getopt_Desc Struct Reference
  | Public Attributes | |
| char | shortname | 
| const char * | longname | 
| const char * | help | 
| const char * | metavar | 
| Ecore_Getopt_Action | action | 
| union { | |
| } | action_param | 
Detailed Description
Structure that describe an option of the command line.
Member Data Documentation
define how to handle it
| union { ... } _Ecore_Getopt_Desc::action_param | 
Action parameter
| const char* _Ecore_Getopt_Desc::help | 
used by --help/ecore_getopt_help()
| const char* _Ecore_Getopt_Desc::longname | 
used with double dashes
| const char* _Ecore_Getopt_Desc::metavar | 
used by ecore_getopt_help() with nargs > 0
used with a single dash