Skip to content

utils: Ensure that g_type_init() gets called

Simon McVittie requested to merge wip/smcv/g-type-init into master

In GLib < 2.36, this wasn't automatic.

The constructor has been backported into the SteamRT 1 'scout' version of GLib, but if you have an environment with more Ubuntu 12.04 apt sources available (like the official SDK schroot from setup_chroot.sh), they might override the SteamRT-patched version.

Merge request reports