gdbus/client: Use g_dbus_add_signal_watch to track signals
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 2 Sep 2013 15:54:33 +0000 (18:54 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 12 Sep 2013 15:23:07 +0000 (08:23 -0700)
commit7ba5029b21992d5e5dfec1300fea8af7e4bddfde
treea97bbc67281a3f0e17182eb32420aec2557f91c3
parent2c3e3a50dc94e7e04e849924d4427aee9de6546f
gdbus/client: Use g_dbus_add_signal_watch to track signals

This make the handling much simpler and avoids duplicates of the same
match rule.
gdbus/client.c