OnceStatus
Description:
[ CCode ( cprefix = "G_ONCE_STATUS_" , has_type_id = false ) ]
public enum OnceStatus
The possible statuses of a one-time initialization function controlled by a Once struct.
Content:
Enum values:
- NOTCALLED - the function has not been
called yet.
- PROGRESS - the function call is
currently in progress.
- READY - the function has been called.