diff --git a/docs/reference/gobject/tut_gsignal.xml b/docs/reference/gobject/tut_gsignal.xml index f990ab805..4ed4211fa 100644 --- a/docs/reference/gobject/tut_gsignal.xml +++ b/docs/reference/gobject/tut_gsignal.xml @@ -390,8 +390,8 @@ void g_signal_emitv (const GValue *instance_and_params, - If, at any point during emission (except in RUN_CLEANUP state), one of the - closures or emission hook stops the signal emission with + If, at any point during emission (except in RUN_CLEANUP or + EMISSION_HOOK state), one of the closures stops the signal emission with g_signal_stop_emission, emission jumps to RUN_CLEANUP state.