From: Havoc Pennington Date: Fri, 21 Jul 2006 23:21:54 +0000 (+0000) Subject: add note about fixing locking on pending call X-Git-Tag: dbus-0.91~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bf50e206c18e118f899693fb71c9f8e6adddcbd;p=thirdparty%2Fdbus.git add note about fixing locking on pending call --- diff --git a/doc/TODO b/doc/TODO index 227c06c51..35be55851 100644 --- a/doc/TODO +++ b/doc/TODO @@ -20,7 +20,9 @@ Important for 1.0 - just before 1.0, try a HAVE_INT64=0 build and be sure it runs - publish the introspection dtd at its URL - + + - fix locking on DBusPendingCall + Important for 1.0 GLib Bindings ===