cybex-jmclaughlin

Results 1 issues of cybex-jmclaughlin

When running a service, can I emit an org.freedesktop.DBus.Properties.PropertiesChanged signal for a property of my object? If so, how? I tried something along the lines of: `myObject.emit('org.freedesktop.DBus.Properties.PropertiesChanged','my.interface.name', {MyProperty: newValue});` but...

enhancement
question