dbus ChangeLog,1.516,1.517

Olivier Andrieu oandrieu at pdx.freedesktop.org
Sat Jun 5 09:32:02 PDT 2004


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

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

	* dbus/dbus-connection.h, dbus/dbus-connection.c: have object path
	registration functions take the path argument as char* instead of
	char**.

	* dbus/dbus-marshal.h, dbus/dbus-marshal.c (_dbus_decompose_path):
	split off the path decompostion part of
	_dbus_demarshal_object_path. Some misc. fixes to silence compiler
	warnings. 

	* glib/dbus-gobject.c, test/test-service.c: update accordingly.


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.516
retrieving revision 1.517
diff -u -d -r1.516 -r1.517
--- a/ChangeLog	2 Jun 2004 14:03:57 -0000	1.516
+++ b/ChangeLog	5 Jun 2004 16:32:00 -0000	1.517
@@ -1,3 +1,16 @@
+2004-06-05  Olivier Andrieu  <oliv__a at users.sourceforge.net>
+
+	* dbus/dbus-connection.h, dbus/dbus-connection.c: have object path
+	registration functions take the path argument as char* instead of
+	char**.
+
+	* dbus/dbus-marshal.h, dbus/dbus-marshal.c (_dbus_decompose_path):
+	split off the path decompostion part of
+	_dbus_demarshal_object_path. Some misc. fixes to silence compiler
+	warnings. 
+
+	* glib/dbus-gobject.c, test/test-service.c: update accordingly.
+	
 2004-06-02  Kristian Høgsberg  <krh at redhat.com>
  
 	* dbus/dbus-auth.c: Rewrite auth protocol handling to use a state




More information about the dbus-commit mailing list