Home
last modified time | relevance | path

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

/third_party/glib/gobject/
Dgobject.c3442 GSList **weak_locations; in g_object_unref() local
3453 weak_locations = g_datalist_id_get_data (&object->qdata, quark_weak_locations); in g_object_unref()
3455 if (weak_locations != NULL) in g_object_unref()
3473 while (*weak_locations) in g_object_unref()
3475 GWeakRef *weak_ref_location = (*weak_locations)->data; in g_object_unref()
3478 *weak_locations = g_slist_delete_link (*weak_locations, *weak_locations); in g_object_unref()
4602 GSList **weak_locations; in g_weak_ref_set() local
4636 weak_locations = g_datalist_id_get_data (&old_object->qdata, quark_weak_locations); in g_weak_ref_set()
4638 g_assert (weak_locations != NULL); in g_weak_ref_set()
4640 *weak_locations = g_slist_remove (*weak_locations, weak_ref); in g_weak_ref_set()
[all …]