From 7b52034de150aeaf80e6f13cea101caf29e200a0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 8 Jul 2003 23:59:13 +0000 Subject: [PATCH] SGML fix. --- docs/reference/glib/tmpl/threads.sgml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/reference/glib/tmpl/threads.sgml b/docs/reference/glib/tmpl/threads.sgml index bb5eef7..6ec1352 100644 --- a/docs/reference/glib/tmpl/threads.sgml +++ b/docs/reference/glib/tmpl/threads.sgml @@ -1612,7 +1612,9 @@ A GOnce struct controls a one-time initialization funct Any one-time initialization function must have its own unique GOnce struct. - + +@status: +@retval: @Since: 2.4 @@ -1660,7 +1662,7 @@ get_debug_flags () { static GOnce my_once = G_ONCE_INIT; - g_once (&my_once, parse_debug_flags, NULL); + g_once (&my_once, parse_debug_flags, NULL); return my_once.retval; } -- 2.7.4