Fix docs
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 1 Mar 2009 17:00:21 +0000 (17:00 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 1 Mar 2009 17:00:21 +0000 (17:00 +0000)
svn path=/trunk/; revision=7933

ChangeLog
glib/gthread.c

index a5c9355..90c1545 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-03-01  Matthias Clasen <mclasen@redhat.com>
 
+       * glib/gthread.c: Fix docs.
+
+2009-03-01  Matthias Clasen <mclasen@redhat.com>
+
        * tests/slice-threadinit.c: Change one magazine size from 77 to 81
        to make distcheck work on x86-64.
 
index e26d3b3..0903c7e 100644 (file)
@@ -979,6 +979,8 @@ g_thread_foreach (GFunc    thread_func,
  *
  * Indicates if g_thread_init() has been called.
  *
+ * Returns: %TRUE if threads have been initialized.
+ *
  * Since: 2.20
  */
 gboolean