Home
last modified time | relevance | path

Searched refs:CArray (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/glib/gobject/
Dgobject.c2938 } CArray; typedef
2963 CArray *carray = g_object_get_qdata (object, quark_closure_array); in object_remove_closure()
2980 CArray *carray = data; in destroy_closure_array()
3016 CArray *carray; in g_object_watch_closure()
3032 carray = g_renew (CArray, NULL, 1); in g_object_watch_closure()
DChangeLog2182 * gobject.c: placed a comment about not changing CArray until we have