comparison libpurple/conversation.h @ 28791:b0f0b7a8105a

documentation clarification
author Paul Aurich <paul@darkrain42.org>
date Sun, 13 Dec 2009 04:16:10 +0000
parents 63cb8c4f3c66
children 0c5995395579 356d1f40a56d
comparison
equal deleted inserted replaced
28790:c0c24f947211 28791:b0f0b7a8105a
1023 * @return The list passed. 1023 * @return The list passed.
1024 */ 1024 */
1025 GList *purple_conv_chat_set_users(PurpleConvChat *chat, GList *users); 1025 GList *purple_conv_chat_set_users(PurpleConvChat *chat, GList *users);
1026 1026
1027 /** 1027 /**
1028 * Returns a list of users in the chat room. 1028 * Returns a list of users in the chat room. The members of the list
1029 * are PurpleConvChatBuddy objects.
1029 * 1030 *
1030 * @param chat The chat. 1031 * @param chat The chat.
1031 * 1032 *
1032 * @constreturn The list of users. 1033 * @constreturn The list of users.
1033 */ 1034 */