dbus ChangeLog,1.669,1.670

Havoc Pennington hp at freedesktop.org
Sun Jan 30 10:25:17 PST 2005


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

Modified Files:
	ChangeLog 
Log Message:
2005-01-30  Havoc Pennington  <hp at redhat.com>

        I think this main loop thing is conceptually broken, but here are 
	some band aids. I'll maybe rewrite it in a minute.
	
	* glib/dbus-gmain.c (add_timeout): timeout stuff doesn't use the
	custom GSource, so don't pass it in; confusing
	(gsource_server_finalize, gsource_connection_finalize): add
	finalize handlers that remove all the watches.	



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.669
retrieving revision 1.670
diff -u -d -r1.669 -r1.670
--- ChangeLog	30 Jan 2005 07:44:08 -0000	1.669
+++ ChangeLog	30 Jan 2005 18:25:14 -0000	1.670
@@ -1,5 +1,15 @@
 2005-01-30  Havoc Pennington  <hp at redhat.com>
 
+        I think this main loop thing is conceptually broken, but here are 
+	some band aids. I'll maybe rewrite it in a minute.
+	
+	* glib/dbus-gmain.c (add_timeout): timeout stuff doesn't use the
+	custom GSource, so don't pass it in; confusing
+	(gsource_server_finalize, gsource_connection_finalize): add
+	finalize handlers that remove all the watches.	
+
+2005-01-30  Havoc Pennington  <hp at redhat.com>
+
 	* glib/dbus-gobject.c (introspect_properties): fix the XML
 	generated
 



More information about the dbus-commit mailing list