Allow receiving sender in method call

Exported methods can receive the sender of the
message by specifying an argument of type
dbus.Sender. Upon calling, this argument will
be set to the sender of the message. Any
dbus.Sender arguments are not part of the dbus
method signature.
3 files changed