dbus ChangeLog,1.923,1.924

Robert McQueen robot101 at freedesktop.org
Sun Nov 13 18:53:32 PST 2005


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

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

	* python/decorators.py, python/service.py: Add a new argument to the
	dbus.service.method decorator called sender_keyword, which if set,
	specifies the name of an argument which will be provided the bus
	name of the method caller.

	* test/python/test-client.py, test/python/test-service.py: Add a
	method and test to check the sender_keyword functionality.

Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.923
retrieving revision 1.924
diff -u -d -r1.923 -r1.924
--- ChangeLog	7 Nov 2005 21:57:13 -0000	1.923
+++ ChangeLog	14 Nov 2005 02:53:29 -0000	1.924
@@ -1,3 +1,13 @@
+2005-11-14  Robert McQueen  <robot101 at debian.org>
+
+	* python/decorators.py, python/service.py: Add a new argument to the
+	dbus.service.method decorator called sender_keyword, which if set,
+	specifies the name of an argument which will be provided the bus
+	name of the method caller.
+
+	* test/python/test-client.py, test/python/test-service.py: Add a
+	method and test to check the sender_keyword functionality.
+
 2005-11-07  John (J5) Palmieri  <johnp at redhat.com>
 
 	* bus/driver.c (bus_driver_handle_reload_config): Make sure we send an 



More information about the dbus-commit mailing list