mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
Fix a typo
svn path=/trunk/; revision=5319
This commit is contained in:
parent
6a6d92a218
commit
20a05714cc
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user