From b5b19ab2295d4d88a03475822fba5dae6cc3da3a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 8 Nov 2005 14:26:58 +0000 Subject: [PATCH] Improve GOnce docs --- docs/reference/ChangeLog | 5 +++++ docs/reference/glib/tmpl/threads.sgml | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index f206768c9..026336a98 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2005-11-08 Matthias Clasen + + * glib/tmpl/threads.sgml: Improve GOnce docs. + (#320950, Christophe Fergeau) + 2005-11-04 Matthias Clasen * glib/running.sgml: Document fatal_criticals. diff --git a/docs/reference/glib/tmpl/threads.sgml b/docs/reference/glib/tmpl/threads.sgml index 48fe84e12..a9fc7bf17 100644 --- a/docs/reference/glib/tmpl/threads.sgml +++ b/docs/reference/glib/tmpl/threads.sgml @@ -1690,9 +1690,9 @@ get_debug_flags () @once: a #GOnce structure -@func: the function associated to @once. This function is called only once, - regardless of the number of times it and its associated #GOnce struct - are passed to g_once() . +@func: the #GTreadFunc function associated to @once. This function is called + only once, regardless of the number of times it and its associated + #GOnce struct are passed to g_once() . @arg: data to be passed to @func @Since: 2.4