Module: GLib::OnceStatus

Defined in:
(unknown)

Constant Summary collapse

NOTCALLED =

the function has not been called yet.

0 or :notcalled
PROGRESS =

the function call is currently in progress.

1 or :progress
READY =

the function has been called.

2 or :ready