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:25:23 +0000 (08:25 -0700)
commit2e5938f3bb8aa27be15ace7c5ccace981e91eac6
treeca41d98c8e3292d2b0bf42131b17ef660fcb00d0
parent607c1e088d07f7b25ab2686a24014a3140b292fd
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