dbus ChangeLog,1.936,1.937

John Palmieri johnp at freedesktop.org
Wed Nov 30 12:30:04 PST 2005


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

Modified Files:
	ChangeLog 
Log Message:
* dbus/dbus-connection.c (dbus_connection_read_write): Add new
  method for getting messages off the bus in the absence of a
  mainloop.  This method is much like 
  dbus_connection_read_write_dispatch except it does not dispatch
  the messages to a registered filter function.  Instead it
  allows a developer to process messages by directly popping
  them off the bus.



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.936
retrieving revision 1.937
diff -u -d -r1.936 -r1.937
--- ChangeLog	30 Nov 2005 20:14:30 -0000	1.936
+++ ChangeLog	30 Nov 2005 20:30:02 -0000	1.937
@@ -1,5 +1,15 @@
 2005-11-30  John (J5) Palmieri  <johnp at redhat.com>
 
+	* dbus/dbus-connection.c (dbus_connection_read_write): Add new
+	method for getting messages off the bus in the absence of a
+	mainloop.  This method is much like 
+	dbus_connection_read_write_dispatch except it does not dispatch
+	the messages to a registered filter function.  Instead it
+	allows a developer to process messages by directly popping
+	them off the bus.
+
+2005-11-30  John (J5) Palmieri  <johnp at redhat.com>
+
 	* bus/desktop-file.c (parse_key_value): Ignore locales allowing 
 	the parser to continue instead of returning error
 	(bus_desktop_file_load): Do not free parser data when



More information about the dbus-commit mailing list