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:25:23 +0000 (08:25 -0700)
commit607c1e088d07f7b25ab2686a24014a3140b292fd
tree462b42284bb10616ff3bda84f131e54ed169c156
parentcb5f10d2c21526e49da93dfd220e380f65a58ccd
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