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

/external/bluetooth/glib/glib/
H A Dgoption.c186 * g_option_context_new:
218 g_option_context_new (const gchar *parameter_string) function
2104 * this function only affects the @parameter_string (see g_option_context_new()),
H A Dgalias.h1968 extern __typeof (g_option_context_new) IA__g_option_context_new __attribute((visibility("hidden")));
1969 #define g_option_context_new IA__g_option_context_new macro
H A Dgaliasdef.c1975 #undef g_option_context_new macro
1976 extern __typeof (g_option_context_new) g_option_context_new __attribute((alias("IA__g_option_context_new"), visibility("default")));

Completed in 74 milliseconds