mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06: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.
|
||||
</para>
|
||||
|
||||
@status:
|
||||
@retval:
|
||||
@status: the status of the function controled by this struct
|
||||
@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
|
||||
|
||||
<!-- ##### ENUM GOnceStatus ##### -->
|
||||
|
Loading…
Reference in New Issue
Block a user