mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Document the members of GOnce.
This commit is contained in:
parent
7b52034de1
commit
ddf64dc40f
@ -1613,8 +1613,9 @@ Any one-time initialization function must have its own unique <structname>GOnce<
|
|||||||
struct.
|
struct.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@status:
|
@status: the status of the function controled by this struct
|
||||||
@retval:
|
@retval: the return value of the function controled by this struct. This field will be
|
||||||
|
%NULL unless <literal>status == G_ONCE_STATUS_READY</literal>.
|
||||||
@Since: 2.4
|
@Since: 2.4
|
||||||
|
|
||||||
<!-- ##### ENUM GOnceStatus ##### -->
|
<!-- ##### ENUM GOnceStatus ##### -->
|
||||||
|
Loading…
Reference in New Issue
Block a user