- g_option_context_add_group
void g_option_context_add_group(GOptionContext* context, GOptionGroup* group)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_add_main_entries
void g_option_context_add_main_entries(GOptionContext* context, const(GOptionEntry)* entries, const(gchar)* translation_domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_free
void g_option_context_free(GOptionContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_get_description
const(gchar)* g_option_context_get_description(GOptionContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_get_help
gchar* g_option_context_get_help(GOptionContext* context, gboolean main_help, GOptionGroup* group)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_get_help_enabled
gboolean g_option_context_get_help_enabled(GOptionContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_get_ignore_unknown_options
gboolean g_option_context_get_ignore_unknown_options(GOptionContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_get_main_group
GOptionGroup* g_option_context_get_main_group(GOptionContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_get_summary
const(gchar)* g_option_context_get_summary(GOptionContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_new
GOptionContext* g_option_context_new(const(gchar)* parameter_string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_parse
gboolean g_option_context_parse(GOptionContext* context, gint* argc, gchar*** argv, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_parse_strv
gboolean g_option_context_parse_strv(GOptionContext* context, gchar*** arguments, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_set_description
void g_option_context_set_description(GOptionContext* context, const(gchar)* description)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_set_help_enabled
void g_option_context_set_help_enabled(GOptionContext* context, gboolean help_enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_set_ignore_unknown_options
void g_option_context_set_ignore_unknown_options(GOptionContext* context, gboolean ignore_unknown)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_set_main_group
void g_option_context_set_main_group(GOptionContext* context, GOptionGroup* group)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_set_summary
void g_option_context_set_summary(GOptionContext* context, const(gchar)* summary)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_set_translate_func
void g_option_context_set_translate_func(GOptionContext* context, GTranslateFunc func, gpointer data, GDestroyNotify destroy_notify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_set_translation_domain
void g_option_context_set_translation_domain(GOptionContext* context, const(gchar)* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_error_quark
GQuark g_option_error_quark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_group_add_entries
void g_option_group_add_entries(GOptionGroup* group, const(GOptionEntry)* entries)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_group_free
void g_option_group_free(GOptionGroup* group)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_group_new
GOptionGroup* g_option_group_new(const(gchar)* name, const(gchar)* description, const(gchar)* help_description, gpointer user_data, GDestroyNotify destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_group_set_error_hook
void g_option_group_set_error_hook(GOptionGroup* group, GOptionErrorFunc error_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_group_set_parse_hooks
void g_option_group_set_parse_hooks(GOptionGroup* group, GOptionParseFunc pre_parse_func, GOptionParseFunc post_parse_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_group_set_translate_func
void g_option_group_set_translate_func(GOptionGroup* group, GTranslateFunc func, gpointer data, GDestroyNotify destroy_notify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_group_set_translation_domain
void g_option_group_set_translation_domain(GOptionGroup* group, const(gchar)* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.