Home
last modified time | relevance | path

Searched refs:pre_parse_func (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/glib/
Dgoption.c286 GOptionParseFunc pre_parse_func; member
1997 if (group->pre_parse_func) in g_option_context_parse()
1999 if (!(* group->pre_parse_func) (context, group, in g_option_context_parse()
2007 if (context->main_group && context->main_group->pre_parse_func) in g_option_context_parse()
2009 if (!(* context->main_group->pre_parse_func) (context, context->main_group, in g_option_context_parse()
2485 GOptionParseFunc pre_parse_func, in g_option_group_set_parse_hooks() argument
2490 group->pre_parse_func = pre_parse_func; in g_option_group_set_parse_hooks()
Dgoption.h363 GOptionParseFunc pre_parse_func,