
Just like we do with GObject types and G_DEFINE_TYPE, we should use the g_once_init_enter/g_once_init_leave mechanism to make the GType registration of enumeration types thread safe.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%