#include <eh_opt_context.h>
Public Attributes | |
const gchar * | long_name |
gchar | short_name |
const gchar * | description |
const gchar * | arg_description |
const gchar * | default_val |
Definition at line 30 of file eh_opt_context.h.
const gchar* Eh_opt_entry::long_name |
Definition at line 32 of file eh_opt_context.h.
Referenced by convert_eh_option_entry_to_g_option_entry(), and get_n_entries().
gchar Eh_opt_entry::short_name |
Definition at line 33 of file eh_opt_context.h.
Referenced by convert_eh_option_entry_to_g_option_entry().
const gchar* Eh_opt_entry::description |
Definition at line 35 of file eh_opt_context.h.
Referenced by convert_eh_option_entry_to_g_option_entry().
const gchar* Eh_opt_entry::arg_description |
Definition at line 36 of file eh_opt_context.h.
Referenced by convert_eh_option_entry_to_g_option_entry().
const gchar* Eh_opt_entry::default_val |
Definition at line 38 of file eh_opt_context.h.