zbus_macros 3.6.0
·
3044 commits
to main
since this release
- Add new attributes to
dbus_proxymethods:no_autostart- declare a method call that will not trigger the bus to automatically launch the destination service if it is not already running.allow_interactive_auth- declare a method call that is allowed to trigger an interactive prompt for authorization or confirmation from the receiver.
- Generate
Proxy::receive_signal_with_argswrappers. - Declare
from_messagepublic in generated proxy. - Fix warnings in doc examples.