Use g_cond_wait_until() instead of g_cond_timed_wait()
authorPhilip Chimento <philip.chimento@gmail.com>
Sat, 31 Aug 2013 21:00:15 +0000 (14:00 -0700)
committerPhilip Chimento <philip.chimento@gmail.com>
Mon, 9 Sep 2013 04:12:01 +0000 (21:12 -0700)
This bumps the GLib version requirement to 2.32; that is also the
version in which g_cond_timed_wait() was deprecated.


No differences found