- dbus.service.Object, dbus.decorators.method: Allow utf8_strings and
commit6008b37253f7a04b563b28a2aa9357de8cfd29d1
authorSimon McVittie <smcv@celebrin.pseudorandom.co.uk>
Tue, 14 Nov 2006 15:48:47 +0000 (14 15:48 +0000)
committerSimon McVittie <smcv@celebrin.pseudorandom.co.uk>
Tue, 14 Nov 2006 15:48:47 +0000 (14 15:48 +0000)
tree3b8a476032f1d8a8aa6a55c426a37520b5de7cab
parent21b10a103d91651d9ac55d2d22832a5df251f45e
- dbus.service.Object, dbus.decorators.method: Allow utf8_strings and
  byte_arrays parameters kwargs when exporting a
  method. These change the calling convention in the same way as
  Message.get_args_list().
- dbus.proxies.ProxyMethod: allow the same kwargs to be passed to any proxy
  method; this time, they change the representation of the remote method's
  return value(s).
- Test that the above work
- Improve correctness of setting the NAME_FLAG_* flags
- Whitespace tweaks (remove hard tabs)
dbus/decorators.py
dbus/proxies.py
dbus/service.py
test/cross-test-server.py
test/test-client.py
test/test-service.py