Tizen Native API
3.0
|
_Ecore_Getopt Struct Reference
Public Attributes | |
const char * | prog |
const char * | usage |
const char * | version |
const char * | copyright |
const char * | license |
const char * | description |
Eina_Bool | strict: 1 |
const Ecore_Getopt_Desc | descs [] |
Detailed Description
Structure that contains information on all command line options.
- Examples:
- ecore_thread_example.c.
Member Data Documentation
const char* _Ecore_Getopt::copyright |
if exists, --copyright will work
const char* _Ecore_Getopt::description |
long description, possible multiline
A table that contains the description of all the other options (NULL terminated).
const char* _Ecore_Getopt::license |
if exists, --license will work
const char* _Ecore_Getopt::prog |
to be used when ecore_app_args_get() fails
fail on errors
const char* _Ecore_Getopt::usage |
usage example, prog is replaced
const char* _Ecore_Getopt::version |
if exists, --version will work