From 69b41d25bd82f7c14b6bb9d01e9c22f2c13e4ffe Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 3 Mar 2011 17:02:23 +0000 Subject: [PATCH 3/4] dbus_connection_can_send_type: clarify that invalid codes are allowed here This is sufficiently unusual that it seems worth saying explicitly --- dbus/dbus-connection.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dbus/dbus-connection.c b/dbus/dbus-connection.c index 6779b6a..e656cd2 100644 --- a/dbus/dbus-connection.c +++ b/dbus/dbus-connection.c @@ -3083,7 +3083,7 @@ dbus_connection_get_server_id (DBusConnection *connection) * This function can be used to do runtime checking for types that * might be unknown to the specific D-Bus client implementation * version, i.e. it will return FALSE for all types this - * implementation does not know. + * implementation does not know, including invalid or reserved types. * * @param connection the connection * @param type the type to check -- 1.7.4.1