summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael McConville <mmcconville@mykolab.com>2015-08-05 21:52:03 -0400
committerMichael McConville <mmcconville@mykolab.com>2015-08-05 21:52:03 -0400
commitcf24786c73977ffb7bb4f3f5ac8f73db94b6c615 (patch)
tree5da003f13f90046e2e53cf5149276c17ca17aaa6
parent30444b327a647850fc3d50b18e06f0c8ec247c21 (diff)
downloadpidgin-cf24786c73977ffb7bb4f3f5ac8f73db94b6c615.tar.gz
update GTK-Doc annotation for purple_conversation_write_message()
-rw-r--r--libpurple/conversation.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/libpurple/conversation.h b/libpurple/conversation.h
index eea73ac92d..5e70827744 100644
--- a/libpurple/conversation.h
+++ b/libpurple/conversation.h
@@ -465,11 +465,8 @@ void purple_conversation_close_logs(PurpleConversation *conv);
/**
* purple_conversation_write_message:
- * @conv: The conversation.
- * @who: The user who sent the message.
- * @message: The message to write.
- * @flags: The message flags.
- * @mtime: The time the message was sent.
+ * @conv: The conversation.
+ * @msg: The message to write.
*
* Writes to a chat or an IM.
*/