]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
dbus_connection_can_send_type: clarify that invalid codes are allowed here
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 3 Mar 2011 17:02:23 +0000 (17:02 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 3 May 2011 09:27:30 +0000 (10:27 +0100)
This is sufficiently unusual that it seems worth saying explicitly

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=35182
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
dbus/dbus-connection.c

index 6779b6ae6a97dd36e9876777c8eedec26fc392ce..e656cd2a9d25c330b8184e7210d93dcf68803cbe 100644 (file)
@@ -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