Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgoption.c287 GOptionParseFunc post_parse_func; member
2225 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() argument
2491 group->post_parse_func = post_parse_func; in g_option_group_set_parse_hooks()
Dgoption.h364 GOptionParseFunc post_parse_func);