dbus ChangeLog,1.919,1.920

Robert McQueen robot101 at freedesktop.org
Fri Nov 4 04:17:59 PST 2005


Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv18708

Modified Files:
	ChangeLog 
Log Message:
2005-11-04  Robert McQueen  <robot101 at debian.org>

        * python/dbus_bindings.pyx, test/python/test-client.py: Fix
        marshalling of boolean values. Add some booleans to the values in
        the test client.

        * python/decorators.py, python/service.py: Add an 'async_callbacks'
        argument to the dbus.service.method decorator, which allows you to
        name arguments to take two callback functions for replying with
        return values or an exception.

        * test/python/test-client.py, test/python/test-service.py: Add test
        case using asynchronous method reply functions, both return values and
        errors, and from within both the function itself and from a mainloop
        callback.

        * python/decorators.py, python/service.py: Perform checking that the
        number of method/signal arguments matches the number of types in the
        signature at class loading time, not when you first introspect the
        class.

        * python/service.py: Remove debug print left by the last commit.


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.919
retrieving revision 1.920
diff -u -d -r1.919 -r1.920
--- ChangeLog	3 Nov 2005 21:47:31 -0000	1.919
+++ ChangeLog	4 Nov 2005 12:17:54 -0000	1.920
@@ -1,3 +1,26 @@
+2005-11-04  Robert McQueen  <robot101 at debian.org>
+
+	* python/dbus_bindings.pyx, test/python/test-client.py: Fix
+	marshalling of boolean values. Add some booleans to the values in
+	the test client.
+
+	* python/decorators.py, python/service.py: Add an 'async_callbacks'
+	argument to the dbus.service.method decorator, which allows you to
+	name arguments to take two callback functions for replying with
+	return values or an exception.
+
+	* test/python/test-client.py, test/python/test-service.py: Add test
+	case using asynchronous method reply functions, both return values and
+	errors, and from within both the function itself and from a mainloop
+	callback.
+
+	* python/decorators.py, python/service.py: Perform checking that the
+	number of method/signal arguments matches the number of types in the
+	signature at class loading time, not when you first introspect the
+	class.
+
+	* python/service.py: Remove debug print left by the last commit.
+
 2005-11-03  Robert McQueen  <robot101 at debian.org>
 
 	* python/service.py: Heavy refactoring of method invocation, with



More information about the dbus-commit mailing list