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)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 9 Apr 2013 03:10:10 +0000 (20:10 -0700)
commit1a1bc0a67b6186010e856087e52acc1ee904f6ab
tree70eb3629064a3cbba7b97e935f56647b3641a84a
parentc4cd9c5777770bf5aabd8a0450805576db87f7b2
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