2003-02-17 Alexander Larsson <alexl@redhat.com>
authorAlexander Larsson <alexl@redhat.com>
Mon, 17 Feb 2003 07:43:33 +0000 (07:43 +0000)
committerAlexander Larsson <alexl@redhat.com>
Mon, 17 Feb 2003 07:43:33 +0000 (07:43 +0000)
* dbus/dbus-connection.c (_dbus_connection_handler_destroyed_locked):
Added todo.

ChangeLog
dbus/dbus-connection.c

index d0d5814..09a584a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-17  Alexander Larsson  <alexl@redhat.com>
+
+       * dbus/dbus-connection.c (_dbus_connection_handler_destroyed_locked):
+       Added todo.
+
 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
 
        * doc/.cvsignore:
index 2becad2..64aa586 100644 (file)
@@ -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
  */