comparison 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
comparison
equal deleted inserted replaced
9938:524a7f8efba3 9939:acbbc0d73600
1184 void gaim_conv_chat_send(GaimConvChat *chat, const char *message); 1184 void gaim_conv_chat_send(GaimConvChat *chat, const char *message);
1185 1185
1186 /** 1186 /**
1187 * Adds a user to a chat. 1187 * Adds a user to a chat.
1188 * 1188 *
1189 * @param chat The chat. 1189 * @param chat The chat.
1190 * @param user The user to add. 1190 * @param user The user to add.
1191 * @param extra_msg An extra message to display with the join message. 1191 * @param extra_msg An extra message to display with the join message.
1192 * @param flags The users flags 1192 * @param flags The users flags
1193 * @param new_arrival Decides whether or not to show a join notice.
1193 */ 1194 */
1194 void gaim_conv_chat_add_user(GaimConvChat *chat, const char *user, 1195 void gaim_conv_chat_add_user(GaimConvChat *chat, const char *user,
1195 const char *extra_msg, GaimConvChatBuddyFlags flags, 1196 const char *extra_msg, GaimConvChatBuddyFlags flags,
1196 gboolean new_arrival); 1197 gboolean new_arrival);
1197 1198