dbus ChangeLog,1.807,1.808

Murray Cumming murrayc at freedesktop.org
Sun Jun 19 08:31:27 PDT 2005


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

Modified Files:
	ChangeLog 
Log Message:
2005-06-18  Murray Cumming  <murrayc at murrayc.com>

        * dbus/dbus-glib.h:
        * glib/dbus-gobject.c:
        * glib/dbus-gproxy.c:
        * glib/dbus-gvalue.c: Predeclare structs as
        typedef struct _Something Something instead of
        typedef struct Something Something, so we can
        redeclare the prototypes. Other GNOME libraries
        do this already.


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.807
retrieving revision 1.808
diff -u -d -r1.807 -r1.808
--- ChangeLog	17 Jun 2005 17:10:41 -0000	1.807
+++ ChangeLog	19 Jun 2005 15:31:25 -0000	1.808
@@ -1,3 +1,14 @@
+2005-06-18  Murray Cumming  <murrayc at murrayc.com>
+
+	* dbus/dbus-glib.h:
+	* glib/dbus-gobject.c:
+	* glib/dbus-gproxy.c:
+	* glib/dbus-gvalue.c: Predeclare structs as 
+	typedef struct _Something Something instead of 
+  	typedef struct Something Something, so we can 
+	redeclare the prototypes. Other GNOME libraries 
+	do this already.
+
 2005-06-17  Colin Walters  <walters at verbum.org>
 
 	* tools/dbus-names-model.c (have_names_notify): Fix call



More information about the dbus-commit mailing list