OSDN Git Service

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)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 12 Sep 2013 10:54:56 +0000 (13:54 +0300)
commit5c6eb25dfd56ca4c97d98b32cb5de4a6788bffa9
tree64b762de4429bb93a69f75c320d86f0477a738d4
parent311c01f572ed0edd77f807ae17474b3eada0ce48
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