gdbus/client: Use g_dbus_add_properties_watch to track properties
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 4 Sep 2013 18:57:20 +0000 (21:57 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 12 Sep 2013 15:23:07 +0000 (08:23 -0700)
commit77504c9054bff7647c720e7c884bbd9f1377d2aa
tree33b42147567267f7e7df74a0e081303392c071ba
parent7ba5029b21992d5e5dfec1300fea8af7e4bddfde
gdbus/client: Use g_dbus_add_properties_watch to track properties

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