Fix a typo

svn path=/trunk/; revision=5319
This commit is contained in:
Matthias Clasen
2007-01-30 18:56:09 +00:00
parent 6a6d92a218
commit 20a05714cc
2 changed files with 7 additions and 2 deletions

View 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> 2007-01-26 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/macros_misc.sgml: Document G_GNUC_INTERNAL * glib/tmpl/macros_misc.sgml: Document G_GNUC_INTERNAL

View File

@@ -541,7 +541,7 @@ connection.
<!-- ##### FUNCTION g_signal_connect_data ##### --> <!-- ##### FUNCTION g_signal_connect_data ##### -->
<para> <para>
Connects a #GCallback function to a signal for a particular object. Similar 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 which will be called when the signal handler is disconnected and no longer
used. Specify @connect_flags if you need <literal>..._after()</literal> pr used. Specify @connect_flags if you need <literal>..._after()</literal> pr
<literal>..._swapped()</literal> variants of this function. <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". @detailed_signal: a string of the form "signal-name::detail".
@c_handler: the #GCallback to connect. @c_handler: the #GCallback to connect.
@data: data to pass to @c_handler calls. @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. @connect_flags: a combination of #GConnectFlags.
@Returns: the handler id @Returns: the handler id