From ddf64dc40f8f6429f55b020c1a9d7eb30582c285 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 9 Jul 2003 00:08:39 +0000 Subject: [PATCH] Document the members of GOnce. --- docs/reference/glib/tmpl/threads.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/reference/glib/tmpl/threads.sgml b/docs/reference/glib/tmpl/threads.sgml index 6ec1352..e3c61fc 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 -- 2.7.4