telepathy-gabble: im-channel: clean up obsolete docstring
Will Thompson
wjt at kemper.freedesktop.org
Thu Dec 6 10:37:22 PST 2012
Module: telepathy-gabble
Branch: master
Commit: 6077e9b79db0b7a36bc581f4dd049030289cdf72
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=6077e9b79db0b7a36bc581f4dd049030289cdf72
Author: Will Thompson <will.thompson at collabora.co.uk>
Date: Wed Oct 31 22:52:52 2012 +0000
im-channel: clean up obsolete docstring
In 574d146 I removed the âmagical adventureâ aspect of
_gabble_im_channel_receive().
---
src/im-channel.c | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diff --git a/src/im-channel.c b/src/im-channel.c
index ff5163f..a11f063 100644
--- a/src/im-channel.c
+++ b/src/im-channel.c
@@ -445,17 +445,11 @@ build_message (
* received)
* @id: the id='' attribute from the <message/> stanza, if any
* @text: the plaintext body of the message
- * @send_error: the reason why sending @text to @sender failed, or
- * GABBLE_TEXT_CHANNEL_SEND_NO_ERROR if this call is not to report
- * a failure to send.
- * @delivery_status: if @send_error is GABBLE_TEXT_CHANNEL_SEND_NO_ERROR,
- * ignored; else the delivery status to attach to the report.
* @state: a #TpChannelChatState, or -1 if there was no chat state in the
* message.
*
* Shoves an incoming message into @chan, possibly updating the chat state at
- * the same time; or maybe this is a delivery report? Who knows! It's a magical
- * adventure.
+ * the same time.
*/
void
_gabble_im_channel_receive (GabbleIMChannel *chan,
More information about the telepathy-commits
mailing list