Home
last modified time | relevance | path

Searched refs:g_tree_steal (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/glib/glib/
Dgtree.h62 gboolean g_tree_steal (GTree *tree,
Dgaliasdef.c3370 #undef g_tree_steal
3371 extern __typeof (g_tree_steal) g_tree_steal __attribute((alias("IA__g_tree_steal"), visibility("def…
Dgalias.h3359 extern __typeof (g_tree_steal) IA__g_tree_steal __attribute((visibility("hidden")));
3360 #define g_tree_steal IA__g_tree_steal macro
/external/bluetooth/glib/tests/
Dtree-test.c239 removed = g_tree_steal (tree, &c); in main()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2190 g_tree_steal
/external/bluetooth/glib/
DChangeLog.pre-2-8647 * glib/gtree.c (g_tree_remove, g_tree_steal): Return
DNEWS2164 - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
DChangeLog.pre-2-03090 g_tree_steal() and g_tree_foreach() to adapt GTree to the GHashTable