Method
MetaContextadd_option_entries
Declaration [src]
void
meta_context_add_option_entries (
MetaContext* context,
const GOptionEntry* entries,
const char* translation_domain
)
Parameters
entries |
An array of GOptionEntry |
A |
|
The array must be NULL -terminated. | |
The data is owned by the caller of the function. | |
translation_domain |
const char* |
A translation domain to use, or |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |