On Wed, 8 May 2019 09:26:36 +1000, JH wrote: > Can anyone help how to implement DBus C API Callback? A D-Bus signal is just another message type. Basically, you respond to it as you would any other message.