Imported Upstream version 2.55.0
[platform/upstream/glib.git] / docs / reference / gobject / tut_gsignal.xml
index 6a1420a..4ed4211 100644 (file)
@@ -250,7 +250,7 @@ guint g_signal_newv (const gchar        *signal_name,
                          closures.
                        </para></listitem>
                  <listitem><para>
-                         <parameter>accumulator_data</parameter>: this pointer will be passed down to each invocation of the
+                         <parameter>accu_data</parameter>: this pointer will be passed down to each invocation of the
                          accumulator during emission.
                        </para></listitem>
                  <listitem><para>
@@ -390,8 +390,8 @@ void g_signal_emitv (const GValue *instance_and_params,
          </para>
   
          <para>
-               If, at any point during emission (except in <literal>RUN_CLEANUP</literal> state), one of the
-               closures or emission hook stops the signal emission with
+               If, at any point during emission (except in <literal>RUN_CLEANUP</literal> or
+               <literal>EMISSION_HOOK</literal> state), one of the closures stops the signal emission with
                <function><link linkend="g-signal-stop-emission">g_signal_stop_emission</link></function>,
                emission jumps to <literal>RUN_CLEANUP</literal> state.
          </para>