Searched refs:pre_parse_func (Results 1 – 2 of 2) sorted by relevance
117 GOptionParseFunc pre_parse_func; member1579 if (group->pre_parse_func) in g_option_context_parse()1581 if (!(* group->pre_parse_func) (context, group, in g_option_context_parse()1589 if (context->main_group && context->main_group->pre_parse_func) in g_option_context_parse()1591 if (!(* context->main_group->pre_parse_func) (context, context->main_group, in g_option_context_parse()1998 GOptionParseFunc pre_parse_func, in g_option_group_set_parse_hooks() argument2003 group->pre_parse_func = pre_parse_func; in g_option_group_set_parse_hooks()
147 GOptionParseFunc pre_parse_func,