Enumeration (GI Enum)

GLib-2.0GLibOnceStatusSince 2.4

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

2.4

Index

Enumeration Members

Enumeration Members

NOTCALLED: number

the function has not been called yet.

PROGRESS: number

the function call is currently in progress.

READY: number

the function has been called.