gdbus: Replace g_timeout_add with g_idle_add
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 18 Feb 2014 20:16:56 +0000 (22:16 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 19 Feb 2014 07:13:53 +0000 (23:13 -0800)
commit76a7f9014d4d59228a55d2d885e7002d8b36b76d
tree7ab2bf539951360c62a1f2ab32e8d6d35360b6a6
parent29401d8587c23d155c2e64e9af0c83ce96e7605f
gdbus: Replace g_timeout_add with g_idle_add

Passing 0 as timeout to g_timeout_add should equivalent to g_idle_add.
gdbus/mainloop.c