Improve GOnce docs
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 8 Nov 2005 14:30:29 +0000 (14:30 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 8 Nov 2005 14:30:29 +0000 (14:30 +0000)
docs/reference/ChangeLog
docs/reference/glib/tmpl/threads.sgml

index d4e5cf4..0969a7c 100644 (file)
@@ -1,3 +1,8 @@
+2005-11-08  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/tmpl/threads.sgml: Improve GOnce docs.
+       (#320950, Christophe Fergeau)
+
 2005-11-04  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/running.sgml: Document fatal_criticals.
index 48fe84e..a2b1745 100644 (file)
@@ -1690,9 +1690,9 @@ get_debug_flags ()
 </para>
 
 @once: a #GOnce structure
-@func: the function associated to @once. This function is called only once, 
-       regardless of the number of times it and its associated #GOnce struct 
-       are passed to g_once() .
+@func: the #GThreadFunc function associated to @once. This function is
+       called only once, regardless of the number of times it and its 
+       associated #GOnce struct are passed to g_once() .
 @arg:  data to be passed to @func
 @Since: 2.4