dbus/test/python
Robert McQueen b5e4d26ade 2005-11-15 Robert McQueen <robot101@debian.org>
* bus/driver.c, bus/services.c, bus/services.h: Add a ReleaseName
	method to org.freedesktop.DBus to release a bus name or give up
	waiting in the queue for it.

	* dbus/dbus-bus.c, dbus/dbus-bus.h, dbus/dbus-shared.h: Add a
	dbus_bus_release_name method to send the ReleaseName method calls.
	Add constants for the return values to dbus/dbus-shared.h.

	* doc/dbus-specification.xml: Document the new ReleaseName method
	in the specification.

	* python/dbus_bindings.pyx: Add a low-level python binding for the
	release name method.

	* python/exceptions.py, python/service.py: Make freeing BusName
	objects release the name. Add a NameExistsException, and fix a
	bug with creating UnknownMethodException.

	* test/python/test-client.py: Add tests for freeing BusName
	objects causing names to be released.
2005-11-15 17:19:19 +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-15 Robert McQueen <robot101@debian.org> 2005-11-15 17:19:19 +00:00
test-service.py 2005-11-14 Robert McQueen <robot101@debian.org> 2005-11-14 02:53:30 +00:00