dbus/doc TODO,1.67,1.68

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


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

Modified Files:
	TODO 
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: TODO
===================================================================
RCS file: /cvs/dbus/dbus/doc/TODO,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- TODO	13 Feb 2005 17:16:25 -0000	1.67
+++ TODO	16 Feb 2005 04:37:27 -0000	1.68
@@ -33,6 +33,8 @@
 
  - make the mutex/condvar functions private
 
+ - dbus-pending-call.c has some API and thread safety issues to review
+
 Important for 1.0 GLib Bindings
 ===
 



More information about the dbus-commit mailing list