--- 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. *