Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgoption.c118 GOptionParseFunc post_parse_func; member
1801 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() argument
2004 group->post_parse_func = post_parse_func; in g_option_group_set_parse_hooks()
Dgoption.h148 GOptionParseFunc post_parse_func);
/external/bluetooth/glib/
DChangeLog.pre-2-6909 on error, not post_parse_func again. (#153107, Robert Ögren)