mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 22:52:09 +01:00
Improve GOnce docs
This commit is contained in:
parent
4884c293d1
commit
a233a0bf08
@ -1,3 +1,8 @@
|
|||||||
|
2005-11-08 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/tmpl/threads.sgml: Improve GOnce docs.
|
||||||
|
(#320950, Christophe Fergeau)
|
||||||
|
|
||||||
2005-11-04 Matthias Clasen <mclasen@redhat.com>
|
2005-11-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/running.sgml: Document fatal_criticals.
|
* glib/running.sgml: Document fatal_criticals.
|
||||||
|
@ -1690,9 +1690,9 @@ get_debug_flags ()
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
@once: a #GOnce structure
|
@once: a #GOnce structure
|
||||||
@func: the function associated to @once. This function is called only once,
|
@func: the #GThreadFunc function associated to @once. This function is
|
||||||
regardless of the number of times it and its associated #GOnce struct
|
called only once, regardless of the number of times it and its
|
||||||
are passed to g_once() .
|
associated #GOnce struct are passed to g_once() .
|
||||||
@arg: data to be passed to @func
|
@arg: data to be passed to @func
|
||||||
@Since: 2.4
|
@Since: 2.4
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user