From: Philip Chimento Date: Sat, 31 Aug 2013 21:00:15 +0000 (-0700) Subject: Use g_cond_wait_until() instead of g_cond_timed_wait() X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=fabdd6909a49dcf126b066bc37475b81754b58a7;hp=fabdd6909a49dcf126b066bc37475b81754b58a7;p=projects%2Fchimara%2Fchimara.git Use g_cond_wait_until() instead of g_cond_timed_wait() This bumps the GLib version requirement to 2.32; that is also the version in which g_cond_timed_wait() was deprecated. ---