Fix a typo
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 30 Jan 2007 18:56:09 +0000 (18:56 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 30 Jan 2007 18:56:09 +0000 (18:56 +0000)
svn path=/trunk/; revision=5319

docs/reference/ChangeLog
docs/reference/gobject/tmpl/signals.sgml

index 17ff604..79aa28c 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-30  Matthias Clasen  <mclasen@redhat.com>
+
+       * gobject/tmpl/gsignal.sgml: Correct a typo.
+       (#401994, Mariano Suarez-Alvarez)
+
 2007-01-26  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/tmpl/macros_misc.sgml: Document G_GNUC_INTERNAL
index 1188d77..76f36d8 100644 (file)
@@ -541,7 +541,7 @@ connection.
 <!-- ##### FUNCTION g_signal_connect_data ##### -->
 <para>
 Connects a #GCallback function to a signal for a particular object. Similar
-to g_signal_connect(), but allows to provide a #GDestroyNotify for the data
+to g_signal_connect(), but allows to provide a #GClosureNotify for the data
 which will be called when the signal handler is disconnected and no longer
 used. Specify @connect_flags if you need <literal>..._after()</literal> pr
 <literal>..._swapped()</literal> variants of this function.
@@ -551,7 +551,7 @@ used. Specify @connect_flags if you need <literal>..._after()</literal> pr
 @detailed_signal: a string of the form "signal-name::detail".
 @c_handler: the #GCallback to connect.
 @data: data to pass to @c_handler calls.
-@destroy_data: a #GDestroyNotify for @data.
+@destroy_data: a #GClosureNotify for @data.
 @connect_flags: a combination of #GConnectFlags.
 @Returns: the handler id