From 7daecaecf19aba8971aad9cb88d6a3e75b0ad902 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 3 Mar 2011 17:02:23 +0000 Subject: dbus_connection_can_send_type: clarify that invalid codes are allowed here This is sufficiently unusual that it seems worth saying explicitly Bug: https://bugs.freedesktop.org/show_bug.cgi?id=35182 Reviewed-by: Will Thompson --- dbus/dbus-connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus') diff --git a/dbus/dbus-connection.c b/dbus/dbus-connection.c index 6779b6ae..e656cd2a 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 -- cgit v1.2.1