OSDN Git Service

gdbus: Don't call property changed callback during client init
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 11 Feb 2013 19:19:10 +0000 (20:19 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 11 Feb 2013 19:19:10 +0000 (20:19 +0100)
commit3767c5e9dbe9f789bfb07e856ac7414e8eb41a92
tree4fd80e4b4590652b3a98bf3366259e7622485da7
parentab34d7b754ffd949cc6693059550df95378d5cf6
gdbus: Don't call property changed callback during client init

When the client uses ObjectManager to init properties, do not call
property changed callbacks. They should only be called once the proxy
added has been successfully signaled since the proxy itself provides
a full copy of available properties.
gdbus/client.c