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

if exists, --copyright will work

long description, possible multiline

A table that contains the description of all the other options (NULL terminated).

if exists, --license will work

const char* _Ecore_Getopt::prog

to be used when ecore_app_args_get() fails

const char* _Ecore_Getopt::usage

usage example, prog is replaced

if exists, --version will work