Go to the source code of this file.
Data Structures | |
struct | Options |
Defines | |
#define | HERAIA_AUTHORS "Olivier Delhomme" |
#define | HERAIA_DATE "20 02 2005" |
#define | HERAIA_LICENSE "GPL" |
#define | HERAIA_VERSION "0.0.6 (00.00.2008)" |
Functions | |
heraia_window_t * | get_main_struct (void) |
Variables | |
static struct option const | long_options [] |
#define HERAIA_AUTHORS "Olivier Delhomme" |
#define HERAIA_VERSION "0.0.6 (00.00.2008)" |
heraia_window_t* get_main_struct | ( | void | ) |
This is intended to be called by the library or any program that will use the library in order to get the pointer to the main structure heraia_window_t.
struct option const long_options[] [static] |
Initial value:
{ {"version", no_argument, NULL, 'v'}, {"help", no_argument, NULL, 'h'}, {NULL, 0, NULL, 0} }
Definition at line 38 of file heraia.h.
Referenced by manage_command_line_options().