From: Alexander Larsson Date: Mon, 17 Feb 2003 07:43:33 +0000 (+0000) Subject: 2003-02-17 Alexander Larsson X-Git-Tag: dbus-0.4~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8faf99b118daf0040a58981cdf24a344ff2578ca;p=thirdparty%2Fdbus.git 2003-02-17 Alexander Larsson * dbus/dbus-connection.c (_dbus_connection_handler_destroyed_locked): Added todo. --- diff --git a/ChangeLog b/ChangeLog index d0d5814a6..09a584a6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-17 Alexander Larsson + + * dbus/dbus-connection.c (_dbus_connection_handler_destroyed_locked): + Added todo. + 2003-02-17 Anders Carlsson * doc/.cvsignore: diff --git a/dbus/dbus-connection.c b/dbus/dbus-connection.c index 2becad286..64aa58634 100644 --- a/dbus/dbus-connection.c +++ b/dbus/dbus-connection.c @@ -620,6 +620,8 @@ _dbus_connection_get_next_client_serial (DBusConnection *connection) * to the handler. This is a private function, but still * takes the connection lock. Don't call it with the lock held. * + * @todo needs to check in pending_replies too. + * * @param connection the connection * @param handler the handler */