summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-03-03 17:02:23 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-05-03 10:27:30 +0100
commit7daecaecf19aba8971aad9cb88d6a3e75b0ad902 (patch)
tree5205c36863707c8a75e682320799ef6370ddf557
parent53a74c3d058c39690427cdfeca5975a33b9a0cdd (diff)
downloaddbus-7daecaecf19aba8971aad9cb88d6a3e75b0ad902.tar.gz
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 <will.thompson@collabora.co.uk>
-rw-r--r--dbus/dbus-connection.c2
1 files changed, 1 insertions, 1 deletions
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