OSDN Git Service

gdbus: Fix not calling property_changed callback
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 27 Feb 2013 12:00:23 +0000 (14:00 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 28 Feb 2013 13:03:26 +0000 (15:03 +0200)
commitfd7af4c3f5cf6d2831aba139002453832922530a
tree00cd73de3a9242441ce5427bd02438b08e6c1825
parent1eb95195cf700be816361721fbc89ae48564b299
gdbus: Fix not calling property_changed callback

In case a property did not appear by the time proxy_added was called
property_changed has to be called if it appear latter otherwise the
application will be unaware of it.
gdbus/client.c