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>
Sat, 31 Aug 2013 23:54:14 +0000 (16:54 -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