From 20a05714cca0946de995c62d994920ec09f3d0c7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 30 Jan 2007 18:56:09 +0000 Subject: [PATCH] Fix a typo svn path=/trunk/; revision=5319 --- docs/reference/ChangeLog | 5 +++++ docs/reference/gobject/tmpl/signals.sgml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 17ff6049c..79aa28c30 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2007-01-30 Matthias Clasen + + * gobject/tmpl/gsignal.sgml: Correct a typo. + (#401994, Mariano Suarez-Alvarez) + 2007-01-26 Matthias Clasen * glib/tmpl/macros_misc.sgml: Document G_GNUC_INTERNAL diff --git a/docs/reference/gobject/tmpl/signals.sgml b/docs/reference/gobject/tmpl/signals.sgml index 1188d77b9..76f36d82b 100644 --- a/docs/reference/gobject/tmpl/signals.sgml +++ b/docs/reference/gobject/tmpl/signals.sgml @@ -541,7 +541,7 @@ connection. 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 ..._after() pr ..._swapped() variants of this function. @@ -551,7 +551,7 @@ used. Specify @connect_flags if you need ..._after() 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