Remove reference in the docs to @notify parameter. (#87768, Manuel Clos)
authorOwen Taylor <otaylor@redhat.com>
Thu, 25 Jul 2002 23:04:22 +0000 (23:04 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 25 Jul 2002 23:04:22 +0000 (23:04 +0000)
Thu Jul 25 19:02:53 2002  Owen Taylor  <otaylor@redhat.com>

        * glib/gmain.c (g_timeout_add): Remove reference
        in the docs to @notify parameter. (#87768,
        Manuel Clos)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gmain.c

index b3013a4e80be2781a6b3f4763334d932e88cfcf6..38a7dbfdbac055d2fb4e146d72db1283acc6dc49 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jul 25 19:02:53 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <otaylor@redhat.com>
 
        * glib/gconvert.c (g_iconv_open): Document the
index b3013a4e80be2781a6b3f4763334d932e88cfcf6..38a7dbfdbac055d2fb4e146d72db1283acc6dc49 100644 (file)
@@ -1,3 +1,9 @@
+Thu Jul 25 19:02:53 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <otaylor@redhat.com>
 
        * glib/gconvert.c (g_iconv_open): Document the
index b3013a4e80be2781a6b3f4763334d932e88cfcf6..38a7dbfdbac055d2fb4e146d72db1283acc6dc49 100644 (file)
@@ -1,3 +1,9 @@
+Thu Jul 25 19:02:53 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <otaylor@redhat.com>
 
        * glib/gconvert.c (g_iconv_open): Document the
index b3013a4e80be2781a6b3f4763334d932e88cfcf6..38a7dbfdbac055d2fb4e146d72db1283acc6dc49 100644 (file)
@@ -1,3 +1,9 @@
+Thu Jul 25 19:02:53 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <otaylor@redhat.com>
 
        * glib/gconvert.c (g_iconv_open): Document the
index b3013a4e80be2781a6b3f4763334d932e88cfcf6..38a7dbfdbac055d2fb4e146d72db1283acc6dc49 100644 (file)
@@ -1,3 +1,9 @@
+Thu Jul 25 19:02:53 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <otaylor@redhat.com>
 
        * glib/gconvert.c (g_iconv_open): Document the
index b3013a4e80be2781a6b3f4763334d932e88cfcf6..38a7dbfdbac055d2fb4e146d72db1283acc6dc49 100644 (file)
@@ -1,3 +1,9 @@
+Thu Jul 25 19:02:53 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <otaylor@redhat.com>
 
        * glib/gconvert.c (g_iconv_open): Document the
index b3013a4e80be2781a6b3f4763334d932e88cfcf6..38a7dbfdbac055d2fb4e146d72db1283acc6dc49 100644 (file)
@@ -1,3 +1,9 @@
+Thu Jul 25 19:02:53 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <otaylor@redhat.com>
 
        * glib/gconvert.c (g_iconv_open): Document the
index 1c385e6ae8c4e28f3e8c09f23a172cf7c8efac03..c9029d12663e4f811e84b1e7ae578a8bebf5b04a 100644 (file)
@@ -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