From dcc037cc1f008eae9f6a35aca5b1935459e44647 Mon Sep 17 00:00:00 2001 From: Seth Nickell Date: Thu, 25 Sep 2003 08:46:39 +0000 Subject: 2003-09-25 Seth Nickell * python/dbus.py: * python/dbus_bindings.pyx.in: Handle return values. * python/examples/example-client.py: * python/examples/example-service.py: Pass back return values from the service to the client. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 17b4fd4e..36abf234 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2003-09-25 Seth Nickell + + * python/dbus.py: + * python/dbus_bindings.pyx.in: + + Handle return values. + + * python/examples/example-client.py: + * python/examples/example-service.py: + + Pass back return values from the service to the client. + 2003-09-24 Seth Nickell * python/dbus.py: -- cgit