mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-25 19:37:52 +02:00
Run the accumulator function for RUN_CLEANUP object handlers too
Closes issue #512
This commit is contained in:
committed by
Emmanuel Fleury
parent
1f79c7f7c0
commit
153ac4c82a
@@ -3759,9 +3759,14 @@ signal_emit_unlocked_R (SignalNode *node,
|
||||
node->n_params + 1,
|
||||
instance_and_params,
|
||||
&emission.ihint);
|
||||
if (!accumulate (&emission.ihint, emission_return, &accu, accumulator) &&
|
||||
emission.state == EMISSION_RUN)
|
||||
emission.state = EMISSION_STOP;
|
||||
if (need_unset)
|
||||
g_value_unset (&accu);
|
||||
SIGNAL_LOCK ();
|
||||
return_value_altered = TRUE;
|
||||
|
||||
emission.chain_type = G_TYPE_NONE;
|
||||
|
||||
if (emission.state == EMISSION_RESTART)
|
||||
|
Reference in New Issue
Block a user