Searched refs:n_weak_refs (Results 1 – 1 of 1) sorted by relevance
1933 guint n_weak_refs; member1946 for (i = 0; i < wstack->n_weak_refs; i++) in weak_refs_notify()1978 i = wstack->n_weak_refs++; in g_object_weak_ref()1985 wstack->n_weak_refs = 1; in g_object_weak_ref()2017 for (i = 0; i < wstack->n_weak_refs; i++) in g_object_weak_unref()2022 wstack->n_weak_refs -= 1; in g_object_weak_unref()2023 if (i != wstack->n_weak_refs) in g_object_weak_unref()2024 wstack->weak_refs[i] = wstack->weak_refs[wstack->n_weak_refs]; in g_object_weak_unref()