summaryrefslogtreecommitdiffstats
path: root/dbus
diff options
context:
space:
mode:
Diffstat (limited to 'dbus')
-rw-r--r--dbus/dbus-connection.c2
1 files changed, 2 insertions, 0 deletions
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
*/