Searched defs:g_option_context_get_help (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgoption.c566 * g_option_context_get_help:
573 * <literal>g_option_context_get_help (context, TRUE, NULL)</literal>.
575 * <literal>g_option_context_get_help (context, FALSE, NULL)</literal>.
577 * <literal>g_option_context_get_help (context, FALSE, group)</literal>.
584 g_option_context_get_help (GOptionContext *context, function
827 help = g_option_context_get_help (context, main_help, group);
H A Dgalias.h1995 extern __typeof (g_option_context_get_help) IA__g_option_context_get_help __attribute((visibility("hidden")));
1996 #define g_option_context_get_help IA__g_option_context_get_help macro
H A Dgaliasdef.c2002 #undef g_option_context_get_help macro
2003 extern __typeof (g_option_context_get_help) g_option_context_get_help __attribute((alias("IA__g_option_context_get_help"), visibility("default")));

Completed in 84 milliseconds