API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
since: 2.4
enum GLib.OnceStatus
The possible statuses of a one-time initialization function controlled by a GOnce struct.
GOnce
Available since: 2.4
G_ONCE_STATUS_NOTCALLED
The function has not been called yet.
0
G_ONCE_STATUS_PROGRESS
The function call is currently in progress.
1
G_ONCE_STATUS_READY
The function has been called.
2
Content