gdbus: Fix unpublished interface signal emission
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 1 Feb 2013 15:03:22 +0000 (09:03 -0600)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 1 Feb 2013 21:06:49 +0000 (22:06 +0100)
commit753dc69fe0be565221d677afe65869cbd7a368e0
treecec1760a18a40af06e840aa5c206760d4400b292
parentfb7664e2995f2b5bed4b93c7c82aab14c2485eb8
gdbus: Fix unpublished interface signal emission

If we haven't published an interface yet (i.e. it's in the data->added
list), we should just ignore any property changed indications as the
values for the properties will anyway be part of the InterfacesAdded
signal.
gdbus/object.c