comparison src/conversation.h @ 6414:874a5c9f4eb8

[gaim-migrate @ 6921] Added gaim_chat_clear_users(). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 08 Aug 2003 19:48:50 +0000
parents ba0b99a72be2
children 70d5122bc3ff
comparison
equal deleted inserted replaced
6413:6b0a8796e9ae 6414:874a5c9f4eb8
1107 * @param reason The optional reason given for the removal. Can be @c NULL. 1107 * @param reason The optional reason given for the removal. Can be @c NULL.
1108 */ 1108 */
1109 void gaim_chat_remove_users(GaimChat *chat, GList *users, const char *reason); 1109 void gaim_chat_remove_users(GaimChat *chat, GList *users, const char *reason);
1110 1110
1111 /** 1111 /**
1112 * Clears all users from a chat.
1113 *
1114 * @param chat The chat.
1115 */
1116 void gaim_chat_clear_users(GaimChat *chat);
1117
1118 /**
1112 * Finds a chat with the specified chat ID. 1119 * Finds a chat with the specified chat ID.
1113 * 1120 *
1114 * @param gc The gaim_connection. 1121 * @param gc The gaim_connection.
1115 * @param id The chat ID. 1122 * @param id The chat ID.
1116 * 1123 *