mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-15 20:18:05 +02:00
Small addition. (#145158, Mariano Suárez-Alvarez)
2005-01-04 Matthias Clasen <mclasen@redhat.com> * gobject/tmpl/signals.sgml: Small addition. (#145158, Mariano Suárez-Alvarez)
This commit is contained in:
parent
44fea2aa61
commit
38c39a7cfd
@ -1,3 +1,8 @@
|
||||
2005-01-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gobject/tmpl/signals.sgml: Small addition. (#145158,
|
||||
Mariano Suárez-Alvarez)
|
||||
|
||||
2004-12-20 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gobject/tmpl/signals.sgml: Fix a typo. (#161713,
|
||||
|
@ -536,7 +536,11 @@ connection.
|
||||
|
||||
<!-- ##### FUNCTION g_signal_connect_data ##### -->
|
||||
<para>
|
||||
Connects a #GCallback function to a signal for a particular object.
|
||||
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
|
||||
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.
|
||||
</para>
|
||||
|
||||
@instance: the instance to connect to.
|
||||
|
Loading…
x
Reference in New Issue
Block a user