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

/external/bluetooth/glib/glib/
H A Dgqueue.c33 * g_queue_new:
40 g_queue_new (void) function
50 * @queue was created with g_queue_new(). If queue elements contain
69 * g_queue_new().
171 result = g_queue_new ();
H A Dgalias.h2146 extern __typeof (g_queue_new) IA__g_queue_new __attribute((visibility("hidden")));
2147 #define g_queue_new IA__g_queue_new macro
H A Dgaliasdef.c2153 #undef g_queue_new macro
2154 extern __typeof (g_queue_new) g_queue_new __attribute((alias("IA__g_queue_new"), visibility("default")));

Completed in 96 milliseconds