From abdd6adf06ac27a5488f3e8e11570a86fab58b92 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 3 Mar 2011 16:30:43 +0000 Subject: [PATCH] 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 --- dbus/dbus-message.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dbus/dbus-message.c b/dbus/dbus-message.c index 075ff31..24ef5ac 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 -- 2.7.4