Hi all, I wrote a DBus Method. I passed the caller from dbus_g_proxy_call to dbus_g_proxy_call_no_reply. What happen if I send the response even if the caller do not wait for the answer. Can I safely remove the response creation from the method call. Are there any drawbacks? Thanks, Frédéric