summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2003-02-17 07:43:33 +0000
committerAlexander Larsson <alexl@redhat.com>2003-02-17 07:43:33 +0000
commit8faf99b118daf0040a58981cdf24a344ff2578ca (patch)
treebb990c8de00d585637fa4838c8ffbda577f9612e
parent014e1be4826b5ea7b1558f23089cd90dcf2cb998 (diff)
2003-02-17 Alexander Larsson <alexl@redhat.com>
* dbus/dbus-connection.c (_dbus_connection_handler_destroyed_locked): Added todo.
-rw-r--r--ChangeLog5
-rw-r--r--dbus/dbus-connection.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0d5814a..09a584a6 100644
--- 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:
diff --git a/dbus/dbus-connection.c b/dbus/dbus-connection.c
index 2becad28..64aa5863 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
*/