Document the members of GOnce.
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 9 Jul 2003 00:08:39 +0000 (00:08 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 9 Jul 2003 00:08:39 +0000 (00:08 +0000)
docs/reference/glib/tmpl/threads.sgml

index 6ec1352..e3c61fc 100644 (file)
@@ -1613,8 +1613,9 @@ Any one-time initialization function must have its own unique <structname>GOnce<
 struct.
 </para>
 
-@status: 
-@retval: 
+@status: the status of the function controled by this struct
+@retval: the return value of the function controled by this struct. This field will be
+         %NULL unless <literal>status == G_ONCE_STATUS_READY</literal>.
 @Since: 2.4
 
 <!-- ##### ENUM GOnceStatus ##### -->