# HG changeset patch # User Paul Aurich # Date 1260677770 0 # Node ID b0f0b7a8105a7822b6178166443bfca901a87c39 # Parent c0c24f94721113bbf459795f1acc7677e0e10fe4 documentation clarification diff -r c0c24f947211 -r b0f0b7a8105a libpurple/conversation.h --- a/libpurple/conversation.h Sun Dec 13 03:24:01 2009 +0000 +++ b/libpurple/conversation.h Sun Dec 13 04:16:10 2009 +0000 @@ -1025,7 +1025,8 @@ GList *purple_conv_chat_set_users(PurpleConvChat *chat, GList *users); /** - * Returns a list of users in the chat room. + * Returns a list of users in the chat room. The members of the list + * are PurpleConvChatBuddy objects. * * @param chat The chat. *