dbus ChangeLog,1.471,1.472

Olivier Andrieu oandrieu at pdx.freedesktop.org
Fri Apr 16 08:08:07 EST 2004


Update of /cvs/dbus/dbus
In directory pdx:/tmp/cvs-serv29915

Modified Files:
	ChangeLog 
Log Message:
2004-04-15  Olivier Andrieu  <oliv__a at users.sourceforge.net>

	* bus/driver.c (bus_driver_handle_get_service_owner):
	implement a GetServiceOwner method.
	* doc/dbus-specification.xml: document it.
	* dbus/dbus-errors.h: add a 'ServiceHasNoOwner' error.
	
	* glib/dbus-gproxy.c (dbus_gproxy_new_for_service_owner):
	implement, using the bus GetServiceOwner method.

	* test/glib/test-dbus-glib.c:
	use dbus_gproxy_new_for_service_owner so that we can receive the
	signal.


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.471
retrieving revision 1.472
diff -u -d -r1.471 -r1.472
--- a/ChangeLog	13 Apr 2004 22:29:50 -0000	1.471
+++ b/ChangeLog	15 Apr 2004 22:08:05 -0000	1.472
@@ -1,3 +1,17 @@
+2004-04-15  Olivier Andrieu  <oliv__a at users.sourceforge.net>
+
+	* bus/driver.c (bus_driver_handle_get_service_owner):
+	implement a GetServiceOwner method.
+	* doc/dbus-specification.xml: document it.
+	* dbus/dbus-errors.h: add a 'ServiceHasNoOwner' error.
+	
+	* glib/dbus-gproxy.c (dbus_gproxy_new_for_service_owner):
+	implement, using the bus GetServiceOwner method.
+
+	* test/glib/test-dbus-glib.c:
+	use dbus_gproxy_new_for_service_owner so that we can receive the
+	signal. 
+
 2004-04-14  Olivier Andrieu  <oliv__a at users.sourceforge.net>
 
 	* test/glib/test-dbus-glib.c (timed_exit): fail the test after




More information about the dbus-commit mailing list