dbus ChangeLog,1.702,1.703

Havoc Pennington hp at freedesktop.org
Tue Feb 15 20:37:29 PST 2005


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

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

	* dbus/dbus-connection.c (dbus_connection_dispatch): always
	complete a pending call, don't run filters first.

	* glib/dbus-gproxy.c (dbus_g_proxy_end_call): change to use
	dbus_pending_call_steal_reply

	* dbus/dbus-pending-call.c (dbus_pending_call_block): just call
	_dbus_connection_block_pending_call
	(dbus_pending_call_get_reply): change to steal_reply and return a
	ref

	* dbus/dbus-connection.c
	(dbus_connection_send_with_reply_and_block): port to work in terms
	of DBusPendingCall
	(_dbus_connection_block_pending_call): replace block_for_reply
	with this



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.702
retrieving revision 1.703
diff -u -d -r1.702 -r1.703
--- ChangeLog	14 Feb 2005 19:07:29 -0000	1.702
+++ ChangeLog	16 Feb 2005 04:37:27 -0000	1.703
@@ -1,3 +1,22 @@
+2005-02-15  Havoc Pennington  <hp at redhat.com>
+
+	* dbus/dbus-connection.c (dbus_connection_dispatch): always
+	complete a pending call, don't run filters first.
+
+	* glib/dbus-gproxy.c (dbus_g_proxy_end_call): change to use
+	dbus_pending_call_steal_reply
+
+	* dbus/dbus-pending-call.c (dbus_pending_call_block): just call
+	_dbus_connection_block_pending_call
+	(dbus_pending_call_get_reply): change to steal_reply and return a
+	ref
+
+	* dbus/dbus-connection.c
+	(dbus_connection_send_with_reply_and_block): port to work in terms
+	of DBusPendingCall
+	(_dbus_connection_block_pending_call): replace block_for_reply
+	with this
+
 2005-02-14  Havoc Pennington  <hp at redhat.com>
 
 	* dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group):



More information about the dbus-commit mailing list