OptionEntry
A GOptionEntry struct defines a single option. To have an effect, they must be added to a #GOptionGroup with g_option_context_add_main_entries() or g_option_group_add_entries().
Skipped during bindings generation
field
arg_data
: gpointer
Constructors
Properties
Link copied to clipboard
The placeholder to use for the extra argument parsed by the option in --help
output. The @arg_description is translated using the @translate_func of the group, see g_option_group_set_translation_domain().
Link copied to clipboard
the description for the option in --help
output. The @description is translated using the @translate_func of the group, see g_option_group_set_translation_domain().
Link copied to clipboard
Link copied to clipboard