mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-10 11:14:05 +02:00
Fix a typo. (#161713, Vincent Untz)
2004-12-20 Matthias Clasen <mclasen@redhat.com> * gobject/tmpl/signals.sgml: Fix a typo. (#161713, Vincent Untz)
This commit is contained in:
committed by
Matthias Clasen
parent
5412e10f72
commit
5d679e08e7
@@ -1,3 +1,8 @@
|
|||||||
|
2004-12-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gobject/tmpl/signals.sgml: Fix a typo. (#161713,
|
||||||
|
Vincent Untz)
|
||||||
|
|
||||||
2004-12-17 Matthias Clasen <mclasen@redhat.com>
|
2004-12-17 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/tmpl/misc_utils.sgml: Clarify g_get_prgname docs.
|
* glib/tmpl/misc_utils.sgml: Clarify g_get_prgname docs.
|
||||||
|
@@ -494,7 +494,7 @@ calling the handler.
|
|||||||
by temporarily adding a reference count to @gobject.
|
by temporarily adding a reference count to @gobject.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Note that there this a bug in GObject that makes this function
|
Note that there is a bug in GObject that makes this function
|
||||||
much less useful than it might seem otherwise. Once @gobject is
|
much less useful than it might seem otherwise. Once @gobject is
|
||||||
disposed, the callback will no longer be called, but, the signal
|
disposed, the callback will no longer be called, but, the signal
|
||||||
handler is <emphasis>not</emphasis> currently disconnected. If the
|
handler is <emphasis>not</emphasis> currently disconnected. If the
|
||||||
|
Reference in New Issue
Block a user