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)
commitfabdd6909a49dcf126b066bc37475b81754b58a7
tree7f42d75a56fb8d4025023d2fdedd9edc50fd455e
parente4a75256e901a89729c48fcc2f9229cd0cfe9124
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.
configure.ac
libchimara/event.c