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 a5c9355ab61ddfcc676144441cb550513df335df..90c15455bdadeb1fb00fbef06fcf6114794eedd6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index e26d3b382490c180f244d0279174f0c559329ed7..0903c7e250c69c4e12e1084f395b0b4b42a9f49a 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