dbus2 / zbus

Rust D-Bus crate.
Other
316 stars 70 forks source link

✨ zm: interface can now generate proxy for you #838

Closed zeenix closed 3 weeks ago

zeenix commented 3 weeks ago

The common sub-attributes get proxied over and proxy-specific sub-attributes can be specified using proxy attribute (e.g #[zbus(proxy(allow_interactive_auth))]).

We are only adding this for interface and not the deprecated dbus_interface. Not only it saves us duplication, hopefully this will further encourage people to switch to interface.

Known limitations:

Fixes #236.