Function dbus::channel::default_reply
source · [−]Expand description
Handles what we need to be a good D-Bus citizen.
Call this if you have not handled the message yourself:
- It handles calls to org.freedesktop.DBus.Peer.
- For other method calls, it sends an error reply back that the method was unknown.