summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Boles <dboles@src.gnome.org>2017-07-11 12:49:40 +0100
committerDaniel Boles <dboles@src.gnome.org>2017-07-11 12:53:33 +0100
commite6acb074261fcf3c09c7ef9fcc27b214e4bd1c08 (patch)
tree295dd069d0bd9880c5150af7dc6cf41aacd3ed91
parentd0f51e8d10d72ec3b519049d4c6c284fa76bfe06 (diff)
downloadglib-e6acb074261fcf3c09c7ef9fcc27b214e4bd1c08.tar.gz
docs: tut_gsignal: Fix mismatched argument names
The names differed between the argument declaration and its description.
-rw-r--r--docs/reference/gobject/tut_gsignal.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gobject/tut_gsignal.xml b/docs/reference/gobject/tut_gsignal.xml
index 6a1420a63..f990ab805 100644
--- a/docs/reference/gobject/tut_gsignal.xml
+++ b/docs/reference/gobject/tut_gsignal.xml
@@ -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>