Searched refs:post_parse_func (Results 1 – 2 of 2) sorted by relevance
287 GOptionParseFunc post_parse_func; member2225 if (group->post_parse_func) in g_option_context_parse()2227 if (!(* group->post_parse_func) (context, group, in g_option_context_parse()2235 if (context->main_group && context->main_group->post_parse_func) in g_option_context_parse()2237 if (!(* context->main_group->post_parse_func) (context, context->main_group, in g_option_context_parse()2486 GOptionParseFunc post_parse_func) in g_option_group_set_parse_hooks() argument2491 group->post_parse_func = post_parse_func; in g_option_group_set_parse_hooks()
364 GOptionParseFunc post_parse_func);