dbus ChangeLog,1.1023,1.1024

Rob McQueen robot101 at kemper.freedesktop.org
Tue Jun 6 12:45:41 PDT 2006


Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv10093

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

	* glib/dbus-gvalue-utils.c: Remove duplicated code by having all of
	  the iterators use gvalue_take_ptrarray_value (the GValues themselves
	  are discarded without unsetting, so it makes no difference whether
	  we take or set_static). Remove cases for G_TYPE_POINTER because
	  there really is nothing useful we can do with them in our
	  specialised types - we *need* boxed copy/free functions at the very
	  least.

Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1023
retrieving revision 1.1024
diff -u -d -r1.1023 -r1.1024
--- ChangeLog	5 Jun 2006 18:13:07 -0000	1.1023
+++ ChangeLog	6 Jun 2006 19:45:39 -0000	1.1024
@@ -1,3 +1,13 @@
+2005-05-06  Robert McQueen  <robot101 at debian.org>
+
+	* glib/dbus-gvalue-utils.c: Remove duplicated code by having all of
+	  the iterators use gvalue_take_ptrarray_value (the GValues themselves
+	  are discarded without unsetting, so it makes no difference whether
+	  we take or set_static). Remove cases for G_TYPE_POINTER because
+	  there really is nothing useful we can do with them in our
+	  specialised types - we *need* boxed copy/free functions at the very
+	  least.
+
 2006-06-05  Thiago Macieira <thiago.macieira at trolltech.com>
 
 	* qt/dbus: Add directory. I had forgotten to add this



More information about the dbus-commit mailing list