Hi, I am doing a C server that uses DBUS to allow clients to connect to it. Sometimes a client calls a Server method, and it needs to register a callback, so when the method ends, the server should call the callback. How can this be done with dbus ? thank you sfora