dbus2 / zbus-old

Rust D-Bus crate.
https://gitlab.freedesktop.org/dbus/zbus
Other
49 stars 13 forks source link

`emits_changed_signal` for `dbus_interface` properties #333

Open zeenix opened 1 year ago

zeenix commented 1 year ago

While !479 added support of org.freedesktop.DBus.Property.EmitsChangedSignal for proxies, it would be good to also support that in interfaces. This is likely a lot less work than it was for properties.