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

/external/bluetooth/glib/glib/
H A Dgslist.c302 * g_slist_remove:
313 g_slist_remove (GSList *list, function
345 * g_slist_remove() which removes only the first node
H A Dgalias.h2576 extern __typeof (g_slist_remove) IA__g_slist_remove __attribute((visibility("hidden")));
2577 #define g_slist_remove IA__g_slist_remove macro
H A Dgaliasdef.c2583 #undef g_slist_remove macro
2584 extern __typeof (g_slist_remove) g_slist_remove __attribute((alias("IA__g_slist_remove"), visibility("default")));

Completed in 59 milliseconds