<%GLibOnceStatus>

<%GLibOnceStatus>

Description

The possible statuses of a one-time initialization function controlled by a GOnce struct.

Members

notcalled

alias G_ONCE_STATUS_NOTCALLED

the function has not been called yet.

progress

alias G_ONCE_STATUS_PROGRESS

the function call is currently in progress.

ready

alias G_ONCE_STATUS_READY

the function has been called.