OSDN Git Service

gdbus: Fix unpublished interface signal emission
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 1 Feb 2013 15:03:22 +0000 (09:03 -0600)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 1 Feb 2013 15:05:34 +0000 (09:05 -0600)
commit7643aac9d8b079a6eac6e4a1d9fca8cb1ae683a2
treea70bdf3ab592a425554d8bb79fd2292b577ef38d
parent11b9adb69a24744dac20fc58912e1e6ce512e991
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