Nux

Code review comment for lp:~mc-return/nux/nux.merge-fix-deprecated-warnings

Revision history for this message
MC Return (mc-return) wrote :

> Looks good to me. However, g_type_init() does not have the same semantics as
> g_thread_init(NULL), you *always* have to call it exactly once. So I suggest
> to drop the "static bool gthread_initialized" bit as well.

Done in r656.

> Does your
> configure.ac ensure you require at least glib 2.24 for this?

Yep. configure.ac says:

glib-2.0 >= 2.25.14

« Back to merge proposal