Searched refs:g_relation_delete (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgrel.h64 * g_relation_delete() deletes all relations with KEY in FIELD
77 gint g_relation_delete (GRelation *relation,
H A Dgaliasdef.c2284 #undef g_relation_delete macro
2285 extern __typeof (g_relation_delete) g_relation_delete __attribute((alias("IA__g_relation_delete"), visibility("default")));
H A Dgalias.h2277 extern __typeof (g_relation_delete) IA__g_relation_delete __attribute((visibility("hidden")));
2278 #define g_relation_delete IA__g_relation_delete macro
/external/bluetooth/glib/tests/
H A Drelation-test.c109 g_relation_delete (relation, data + 42, 0);
128 g_relation_delete (relation, data + 300, 0);
H A Dtestglib.c1108 g_relation_delete (relation, data + 42, 0);
1127 g_relation_delete (relation, data + 300, 0);

Completed in 41 milliseconds