From: Owen Taylor Date: Thu, 25 Jul 2002 23:04:22 +0000 (+0000) Subject: Remove reference in the docs to @notify parameter. (#87768, Manuel Clos) X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=1d3b965d0792818bea32260f957cfab49791f833;p=dana%2Fcg-glib.git Remove reference in the docs to @notify parameter. (#87768, Manuel Clos) Thu Jul 25 19:02:53 2002 Owen Taylor * glib/gmain.c (g_timeout_add): Remove reference in the docs to @notify parameter. (#87768, Manuel Clos) --- diff --git a/ChangeLog b/ChangeLog index b3013a4e..38a7dbfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Jul 25 19:02:53 2002 Owen Taylor + + * glib/gmain.c (g_timeout_add): Remove reference + in the docs to @notify parameter. (#87768, + Manuel Clos) + Thu Jul 25 17:57:07 2002 Owen Taylor * glib/gconvert.c (g_iconv_open): Document the diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index b3013a4e..38a7dbfd 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Thu Jul 25 19:02:53 2002 Owen Taylor + + * glib/gmain.c (g_timeout_add): Remove reference + in the docs to @notify parameter. (#87768, + Manuel Clos) + Thu Jul 25 17:57:07 2002 Owen Taylor * glib/gconvert.c (g_iconv_open): Document the diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index b3013a4e..38a7dbfd 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +Thu Jul 25 19:02:53 2002 Owen Taylor + + * glib/gmain.c (g_timeout_add): Remove reference + in the docs to @notify parameter. (#87768, + Manuel Clos) + Thu Jul 25 17:57:07 2002 Owen Taylor * glib/gconvert.c (g_iconv_open): Document the diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index b3013a4e..38a7dbfd 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +Thu Jul 25 19:02:53 2002 Owen Taylor + + * glib/gmain.c (g_timeout_add): Remove reference + in the docs to @notify parameter. (#87768, + Manuel Clos) + Thu Jul 25 17:57:07 2002 Owen Taylor * glib/gconvert.c (g_iconv_open): Document the diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index b3013a4e..38a7dbfd 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Thu Jul 25 19:02:53 2002 Owen Taylor + + * glib/gmain.c (g_timeout_add): Remove reference + in the docs to @notify parameter. (#87768, + Manuel Clos) + Thu Jul 25 17:57:07 2002 Owen Taylor * glib/gconvert.c (g_iconv_open): Document the diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index b3013a4e..38a7dbfd 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Thu Jul 25 19:02:53 2002 Owen Taylor + + * glib/gmain.c (g_timeout_add): Remove reference + in the docs to @notify parameter. (#87768, + Manuel Clos) + Thu Jul 25 17:57:07 2002 Owen Taylor * glib/gconvert.c (g_iconv_open): Document the diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index b3013a4e..38a7dbfd 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Thu Jul 25 19:02:53 2002 Owen Taylor + + * glib/gmain.c (g_timeout_add): Remove reference + in the docs to @notify parameter. (#87768, + Manuel Clos) + Thu Jul 25 17:57:07 2002 Owen Taylor * glib/gconvert.c (g_iconv_open): Document the diff --git a/glib/gmain.c b/glib/gmain.c index 1c385e6a..c9029d12 100644 --- a/glib/gmain.c +++ b/glib/gmain.c @@ -3076,8 +3076,7 @@ g_timeout_add_full (gint priority, * Sets a function to be called at regular intervals, with the default * priority, #G_PRIORITY_DEFAULT. The function is called repeatedly * until it returns %FALSE, at which point the timeout is automatically - * destroyed and the function will not be called again. The @notify - * function is called when the timeout is destroyed. The first call + * destroyed and the function will not be called again. The first call * to the function will be at the end of the first @interval. * * Note that timeout functions may be delayed, due to the processing of other