Skip to content
New issue

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

Is there / will be any support of dbus signal? #65

Closed
Nimamoh opened this issue Jan 11, 2017 · 2 comments
Closed

Is there / will be any support of dbus signal? #65

Nimamoh opened this issue Jan 11, 2017 · 2 comments

Comments

@Nimamoh
Copy link

Nimamoh commented Jan 11, 2017

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?

@diwic
Copy link
Owner

diwic commented Jan 12, 2017

Yes, you can both send, receive and declare dbus signals.

Signal receive example

Signal send: connection.send(Message::signal() /* append arguments */)

Signal declare (for introspection of a D-Bus service): here and here

@Nimamoh
Copy link
Author

Nimamoh commented Jan 14, 2017

Oh ok, thank you for answering me ;)

@Nimamoh Nimamoh closed this as completed Jan 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants