Searched refs:pre_parse_func (Results 1 – 2 of 2) sorted by relevance
286 GOptionParseFunc pre_parse_func; member1997 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() argument2490 group->pre_parse_func = pre_parse_func; in g_option_group_set_parse_hooks()
363 GOptionParseFunc pre_parse_func,