summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-03-03 16:30:43 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-03-10 19:05:51 +0000
commitabdd6adf06ac27a5488f3e8e11570a86fab58b92 (patch)
tree418b1bf4f870e815cabb025b95ecf2bb6141857d
parent23d4a2ec5d065cde06b265d8d0ef34e8d856effa (diff)
dbus_message_iter_append_basic: remove misleading documentation
This function specifically doesn't support Unix fds and is documented as such. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=35182 Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
-rw-r--r--dbus/dbus-message.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dbus/dbus-message.c b/dbus/dbus-message.c
index 075ff311..24ef5ac7 100644
--- a/dbus/dbus-message.c
+++ b/dbus/dbus-message.c
@@ -2631,10 +2631,6 @@ dbus_message_iter_append_basic (DBusMessageIter *iter,
* @todo If this fails due to lack of memory, the message is hosed and
* you have to start over building the whole message.
*
- * For Unix file descriptors this function will internally duplicate
- * the descriptor you passed in. Hence you may close the descriptor
- * immediately after this call.
- *
* @param iter the append iterator
* @param element_type the type of the array elements
* @param value the address of the array