PropertiesChanged signal, take 2

Stef Walter stef-list at memberwebs.com
Fri May 14 05:42:52 PDT 2010


On 2010-05-13 09:34, David Zeuthen wrote:
> The language for PropertiesChanged is now this
> 
> --- In the org.fd.DBus.Properties section we have this:
> 
> If one or more properties change on an object, the
> org.freedesktop.DBus.Properties.PropertiesChanged signal may be
> emitted (this signal was added in 0.14):
> 
>               org.freedesktop.DBus.Properties.PropertiesChanged
> (STRING interface_name,
> 
> DICT<STRING,VARIANT> changed_properties,
> 
> ARRAY<STRING> invalidated_properties);
> 
> where changed_properties is a dictionary containing the changed
> properties with the new values and invalidated_properties is an array
> of properties that changed but the value is not conveyed.

Perfect! This signal is now usable by the gnome-keyring Secret Service
DBus API.

Cheers,

Stef


More information about the dbus mailing list