Home
last modified time | relevance | path

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

/external/bluetooth/glib/gobject/
Dgobject.c182 static GQuark quark_weak_refs = 0; variable
321 quark_weak_refs = g_quark_from_static_string ("GObject-weak-references"); in g_object_do_class_init()
741 g_datalist_id_set_data (&object->qdata, quark_weak_refs, NULL); in g_object_real_dispose()
1975 wstack = g_datalist_id_remove_no_notify (&object->qdata, quark_weak_refs); in g_object_weak_ref()
1990 g_datalist_id_set_data_full (&object->qdata, quark_weak_refs, wstack, weak_refs_notify); in g_object_weak_ref()
2012 wstack = g_datalist_id_get_data (&object->qdata, quark_weak_refs); in g_object_weak_unref()
2413 g_datalist_id_set_data (&object->qdata, quark_weak_refs, NULL); in g_object_unref()