dbus/test/python
Robert McQueen e598c5edc5 2005-11-07 Robert McQueen <robot101@debian.org>
* python/decorators.py: Change emit_signal function to use the
	signature annotation of the signal when marhsalling the arguments from
	the service. Fix a bug where the code checking signature length
	against argument length referenced the wrong variable.

	* python/introspect_parser.py: Avoid adding the type signature of
	signal arguments to any methods which occur after them in the
	introspection data (!) by making the parser a little more careful
	about its current state.

	* python/service.py: Remove debug prints from last commit (again :D).

	* test/python/test-client.py, test/python/test-service.py: Add test
	signals with signature decorators to test the strict marshalling code
	gives errors at the right time. Could do with checking the signals
	actually get emitted too, given that the test does nothing with
	signals at the moment...
2005-11-07 15:31:30 +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-07 Robert McQueen <robot101@debian.org> 2005-11-07 15:31:30 +00:00
test-service.py 2005-11-07 Robert McQueen <robot101@debian.org> 2005-11-07 15:31:30 +00:00