mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 19:07:52 +02:00
Fix a typo
svn path=/trunk/; revision=5319
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user