dbus ChangeLog,1.946,1.947

Robert McQueen robot101 at freedesktop.org
Thu Jan 5 12:22:08 PST 2006


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

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

	* dbus/dbus-glib.h, glib/dbus-gproxy.c: Patch from Ricardo Kekki
	<ricardo.kekki at movial.fi> to make it possible to inherit from
	DBusGProxy, by splitting the DBusGProxy struct into a public part and
	a private part, and moving the setting of the DBusGProxyManager into a
	connection property, allowing proper GObject construction.

Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.946
retrieving revision 1.947
diff -u -d -r1.946 -r1.947
--- ChangeLog	5 Jan 2006 20:03:38 -0000	1.946
+++ ChangeLog	5 Jan 2006 20:22:06 -0000	1.947
@@ -1,5 +1,13 @@
 2006-01-05  Robert McQueen  <robot101 at debian.org>
 
+	* dbus/dbus-glib.h, glib/dbus-gproxy.c: Patch from Ricardo Kekki
+	<ricardo.kekki at movial.fi> to make it possible to inherit from
+	DBusGProxy, by splitting the DBusGProxy struct into a public part and
+	a private part, and moving the setting of the DBusGProxyManager into a
+	connection property, allowing proper GObject construction.
+
+2006-01-05  Robert McQueen  <robot101 at debian.org>
+
 	* glib/dbus-binding-tool-glib.c: Patch from Ricardo Kekki
 	<ricardo.kekki at movial.fi> to make dbus-binding-tool heed C symbol name
 	annotations when generating glib client bindings.



More information about the dbus-commit mailing list