Searched refs:weak_refs (Results 1 – 1 of 1) sorted by relevance
1937 } weak_refs[1]; /* flexible array */ member1947 wstack->weak_refs[i].notify (wstack->weak_refs[i].data, wstack->object); in weak_refs_notify()1979 wstack = g_realloc (wstack, sizeof (*wstack) + sizeof (wstack->weak_refs[0]) * i); in g_object_weak_ref()1988 wstack->weak_refs[i].notify = notify; in g_object_weak_ref()1989 wstack->weak_refs[i].data = data; in g_object_weak_ref()2018 if (wstack->weak_refs[i].notify == notify && in g_object_weak_unref()2019 wstack->weak_refs[i].data == data) in g_object_weak_unref()2024 wstack->weak_refs[i] = wstack->weak_refs[wstack->n_weak_refs]; in g_object_weak_unref()