dbus/test/python
Robert McQueen ac36149533 2005-11-04 Robert McQueen <robot101@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-04 12:18:00 +00:00
..
.cvsignore 2005-10-29 Robert McQueen <robot101@debian.org> 2005-10-29 17:02:58 +00:00
Makefile.am * test/python: Add python regression test 2005-08-25 00:20:41 +00:00
run-test.sh * glib/dbus-gvalue-utils.c (hash_free_from_gtype): handle gdouble 2005-10-18 04:38:05 +00:00
test-client.py 2005-11-04 Robert McQueen <robot101@debian.org> 2005-11-04 12:18:00 +00:00
test-service.py 2005-11-04 Robert McQueen <robot101@debian.org> 2005-11-04 12:18:00 +00:00