Home
last modified time | relevance | path

Searched refs:g_option_context_parse_strv (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/glib/
Dgoption.h330 gboolean g_option_context_parse_strv (GOptionContext *context,
Dgoption.c2756 g_option_context_parse_strv (GOptionContext *context, in g_option_context_parse_strv() function
/third_party/glib/glib/tests/
Doption-context.c1938 g_assert_true (g_option_context_parse_strv (context, NULL, NULL)); in missing_arg_test()
2380 success = g_option_context_parse_strv (context, &argv, NULL); in option_context_parse_command_line()
2459 retval = g_option_context_parse_strv (context, &argv, &error); in flag_reverse_string()
2492 retval = g_option_context_parse_strv (context, &argv, &error); in flag_optional_int()
/third_party/glib/gio/
Dgapplication.c577 if (!g_option_context_parse_strv (context, arguments, error)) in g_application_parse_command_line()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1604 g_option_context_parse_strv
/third_party/glib/
DNEWS2096 - !545 goption: Fix an annotation on g_option_context_parse_strv()