From: Simon McVittie Date: Thu, 3 Mar 2011 17:02:23 +0000 (+0000) Subject: dbus_connection_can_send_type: clarify that invalid codes are allowed here X-Git-Tag: dbus-1.5.2~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7daecaecf19aba8971aad9cb88d6a3e75b0ad902;p=thirdparty%2Fdbus.git 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 --- diff --git a/dbus/dbus-connection.c b/dbus/dbus-connection.c index 6779b6ae6..e656cd2a9 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