Searched refs:new_ref_count (Results 1 – 1 of 1) sorted by relevance
526 guint new_ref_count; in g_closure_ref() local531 INC_ASSIGN (closure, ref_count, &new_ref_count); in g_closure_ref()532 g_return_val_if_fail (new_ref_count > 1, NULL); in g_closure_ref()583 guint new_ref_count; in g_closure_unref() local591 DEC_ASSIGN (closure, ref_count, &new_ref_count); in g_closure_unref()593 if (new_ref_count == 0) in g_closure_unref()