Home
last modified time | relevance | path

Searched refs:g_node_copy (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/glib/glib/
Dgnode.h121 GNode* g_node_copy (GNode *node);
Dgaliasdef.c1865 #undef g_node_copy
1866 extern __typeof (g_node_copy) g_node_copy __attribute((alias("IA__g_node_copy"), visibility("defaul…
Dgalias.h1858 extern __typeof (g_node_copy) IA__g_node_copy __attribute((visibility("hidden")));
1859 #define g_node_copy IA__g_node_copy macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2199 g_node_copy
/external/bluetooth/glib/tests/
Dtestglib.c353 node = g_node_copy (root); in gnode_test()
/external/bluetooth/glib/
DChangeLog.pre-2-05938 * glib.def: Export it, plus g_node_copy.
5951 g_node_copy().
5954 * gnode.c (g_node_copy): new function to copy subtrees,