Skip to content
  • Tim-Philipp Müller's avatar
    Work around deprecated thread API in glib master · 5889260d
    Tim-Philipp Müller authored
    Add private replacements for deprecated functions such as
    g_mutex_new(), g_mutex_free(), g_cond_new() etc., mostly
    to avoid the deprecation warnings. We can't change most of
    these in 0.10 because they're part of our API and ABI.
    5889260d