From: Matthias Clasen Date: Mon, 20 Dec 2004 14:20:25 +0000 (+0000) Subject: Fix a typo. (#161713, Vincent Untz) X-Git-Tag: GLIB_2_6_1~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d679e08e70bb974c51a94dcf57cae7dd0504a04;p=platform%2Fupstream%2Fglib.git Fix a typo. (#161713, Vincent Untz) 2004-12-20 Matthias Clasen * gobject/tmpl/signals.sgml: Fix a typo. (#161713, Vincent Untz) --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 9bc9dbc..4d93801 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2004-12-20 Matthias Clasen + + * gobject/tmpl/signals.sgml: Fix a typo. (#161713, + Vincent Untz) + 2004-12-17 Matthias Clasen * glib/tmpl/misc_utils.sgml: Clarify g_get_prgname docs. diff --git a/docs/reference/gobject/tmpl/signals.sgml b/docs/reference/gobject/tmpl/signals.sgml index ee19a23..6b689a6 100644 --- a/docs/reference/gobject/tmpl/signals.sgml +++ b/docs/reference/gobject/tmpl/signals.sgml @@ -494,7 +494,7 @@ calling the handler. by temporarily adding a reference count to @gobject. - 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 disposed, the callback will no longer be called, but, the signal handler is not currently disconnected. If the