From: Matthias Clasen Date: Wed, 9 Jul 2003 00:08:39 +0000 (+0000) Subject: Document the members of GOnce. X-Git-Tag: GLIB_2_3_0~145 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ddf64dc40f8f6429f55b020c1a9d7eb30582c285;p=platform%2Fupstream%2Fglib.git Document the members of GOnce. --- diff --git a/docs/reference/glib/tmpl/threads.sgml b/docs/reference/glib/tmpl/threads.sgml index 6ec1352ed..e3c61fcda 100644 --- a/docs/reference/glib/tmpl/threads.sgml +++ b/docs/reference/glib/tmpl/threads.sgml @@ -1613,8 +1613,9 @@ Any one-time initialization function must have its own unique GOnce< struct. -@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 status == G_ONCE_STATUS_READY. @Since: 2.4