We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
This is more a question than an issue but I wondered if there was / will be any way to work with dbus signal in dbus-rs?
The text was updated successfully, but these errors were encountered:
Yes, you can both send, receive and declare dbus signals.
Signal receive example
Signal send: connection.send(Message::signal() /* append arguments */)
connection.send(Message::signal() /* append arguments */)
Signal declare (for introspection of a D-Bus service): here and here
Sorry, something went wrong.
Oh ok, thank you for answering me ;)
No branches or pull requests
Hello,
This is more a question than an issue but I wondered if there was / will be any way to work with dbus signal in dbus-rs?
The text was updated successfully, but these errors were encountered: