OSDN Git Service

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