Searched refs:post_parse_func (Results 1 – 3 of 3) sorted by relevance
118 GOptionParseFunc post_parse_func; member1801 if (group->post_parse_func) in g_option_context_parse()1803 if (!(* group->post_parse_func) (context, group, in g_option_context_parse()1811 if (context->main_group && context->main_group->post_parse_func) in g_option_context_parse()1813 if (!(* context->main_group->post_parse_func) (context, context->main_group, in g_option_context_parse()1999 GOptionParseFunc post_parse_func) in g_option_group_set_parse_hooks() argument2004 group->post_parse_func = post_parse_func; in g_option_group_set_parse_hooks()
148 GOptionParseFunc post_parse_func);
909 on error, not post_parse_func again. (#153107, Robert Ögren)