Function dbus::channel::default_reply[][src]

pub fn default_reply(m: &Message) -> Option<Message>
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.