Lines Matching refs:GOptionContext
122 static void free_changes_list (GOptionContext *context,
124 static void free_pending_nulls (GOptionContext *context,
196 * the #GOptionContext, typically something like "FILES" or
212 * Returns: a newly created #GOptionContext, which must be
217 GOptionContext *
221 GOptionContext *context;
223 context = g_new0 (GOptionContext, 1);
234 * @context: a #GOptionContext
241 void g_option_context_free (GOptionContext *context)
267 * @context: a #GOptionContext
278 void g_option_context_set_help_enabled (GOptionContext *context,
289 * @context: a #GOptionContext
299 g_option_context_get_help_enabled (GOptionContext *context)
308 * @context: a #GOptionContext
323 g_option_context_set_ignore_unknown_options (GOptionContext *context,
333 * @context: a #GOptionContext
343 g_option_context_get_ignore_unknown_options (GOptionContext *context)
352 * @context: a #GOptionContext
364 g_option_context_add_group (GOptionContext *context,
381 g_warning ("A group named \"%s\" is already part of this GOptionContext",
390 * @context: a #GOptionContext
401 g_option_context_set_main_group (GOptionContext *context,
409 g_warning ("This GOptionContext already has a main group");
419 * @context: a #GOptionContext
430 g_option_context_get_main_group (GOptionContext *context)
439 * @context: a #GOptionContext
451 g_option_context_add_main_entries (GOptionContext *context,
524 group_has_visible_entries (GOptionContext *context,
550 group_list_has_visible_entires (GOptionContext *context,
567 * @context: a #GOptionContext
584 g_option_context_get_help (GOptionContext *context,
821 print_help (GOptionContext *context,
940 get_change (GOptionContext *context,
967 add_pending_null (GOptionContext *context,
981 parse_arg (GOptionContext *context,
1206 parse_short_option (GOptionContext *context,
1288 parse_long_option (GOptionContext *context,
1402 parse_remaining_arg (GOptionContext *context,
1437 free_changes_list (GOptionContext *context,
1485 free_pending_nulls (GOptionContext *context,
1516 * @context: a #GOptionContext
1550 g_option_context_parse (GOptionContext *context,
1885 * to a #GOptionContext or freed with g_option_group_free().
1915 * free groups which have been added to a #GOptionContext.
2094 * @context: a #GOptionContext
2114 g_option_context_set_translate_func (GOptionContext *context,
2131 * @context: a #GOptionContext
2140 g_option_context_set_translation_domain (GOptionContext *context,
2153 * @context: a #GOptionContext
2168 g_option_context_set_summary (GOptionContext *context,
2180 * @context: a #GOptionContext
2189 g_option_context_get_summary (GOptionContext *context)
2198 * @context: a #GOptionContext
2212 g_option_context_set_description (GOptionContext *context,
2224 * @context: a #GOptionContext
2233 g_option_context_get_description (GOptionContext *context)