... | ... | @@ -75,4 +75,5 @@ gdbus introspect --session --dest com.example.SampleService --object-path /SomeO |
|
|
* https://unix.stackexchange.com/questions/203410/how-to-list-all-object-paths-under-a-dbus-service
|
|
|
* https://wiki.gnome.org/HowDoI/GDBusPython - uses the `Gio` API from GNOME
|
|
|
* https://www.freedesktop.org/wiki/Software/systemd/dbus/ - shows use of the `gdbus` tool
|
|
|
* https://stackoverflow.com/questions/21793826/simple-but-specific-listener-and-sender-python-3-dbus-example |
|
|
\ No newline at end of file |
|
|
* https://stackoverflow.com/questions/21793826/simple-but-specific-listener-and-sender-python-3-dbus-example
|
|
|
* https://github.com/stylesuxx/python-dbus-examples - includes a very useful example for showing how to receive signals simply |
|
|
\ No newline at end of file |