glib: Stop using g_source_get_current_time()
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Thu, 28 Jun 2012 14:01:37 +0000 (19:31 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Thu, 28 Jun 2012 14:30:00 +0000 (20:00 +0530)
commit8b01695a0eb30a1b4941b14936dea19e8898e11e
treee06803ffea75fd31fa5f385123417928b756a78a
parent0c8fdf30d103b0ed877917f39cf6003f40867400
glib: Stop using g_source_get_current_time()

This function is now marked as deprecated. It is functionally identical
to g_get_current_time(), so we use that instead. The GLib API docs
suggest g_source_get_time(), but that does not provide wallclock time
(which is what the pa_time_event API expects), so we don't use it.
src/pulse/glib-mainloop.c