mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-15 20:25:12 +01:00
SGML fix.
This commit is contained in:
parent
876f907863
commit
7b52034de1
@ -1613,6 +1613,8 @@ Any one-time initialization function must have its own unique <structname>GOnce<
|
||||
struct.
|
||||
</para>
|
||||
|
||||
@status:
|
||||
@retval:
|
||||
@Since: 2.4
|
||||
|
||||
<!-- ##### ENUM GOnceStatus ##### -->
|
||||
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user