mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
docs: tut_gsignal: Fix mismatched argument names
The names differed between the argument declaration and its description.
This commit is contained in:
parent
30b961607a
commit
522ba7303e
@ -250,7 +250,7 @@ guint g_signal_newv (const gchar *signal_name,
|
|||||||
closures.
|
closures.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<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.
|
accumulator during emission.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user