diff src/conversation.h @ 9939:acbbc0d73600

[gaim-migrate @ 10831] More doc cleanups from Gary committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Thu, 02 Sep 2004 19:01:33 +0000
parents c28d5b45624e
children 50c1724d5e59
line wrap: on
line diff
--- a/src/conversation.h	Thu Sep 02 18:41:03 2004 +0000
+++ b/src/conversation.h	Thu Sep 02 19:01:33 2004 +0000
@@ -1186,10 +1186,11 @@
 /**
  * Adds a user to a chat.
  *
- * @param chat      The chat.
- * @param user      The user to add.
- * @param extra_msg An extra message to display with the join message.
- * @param flags     The users flags
+ * @param chat        The chat.
+ * @param user        The user to add.
+ * @param extra_msg   An extra message to display with the join message.
+ * @param flags       The users flags
+ * @param new_arrival Decides whether or not to show a join notice.
  */
 void gaim_conv_chat_add_user(GaimConvChat *chat, const char *user,
 							 const char *extra_msg, GaimConvChatBuddyFlags flags,