Home
last modified time | relevance | path

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

/third_party/glib/gobject/
Dgobject.c256 static GQuark quark_weak_locations = 0; variable
505 quark_weak_locations = g_quark_from_static_string ("GObject-weak-locations"); in g_object_do_class_init()
3453 weak_locations = g_datalist_id_get_data (&object->qdata, quark_weak_locations); in g_object_unref()
4636 weak_locations = g_datalist_id_get_data (&old_object->qdata, quark_weak_locations); in g_weak_ref_set()
4646 weak_locations = g_datalist_id_get_data (&new_object->qdata, quark_weak_locations); in g_weak_ref_set()
4651 … g_datalist_id_set_data_full (&new_object->qdata, quark_weak_locations, weak_locations, g_free); in g_weak_ref_set()