mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
Emmanuele Bassi
99b2f14d60
Use g_once when registering enumeration types
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%