changeset 28791:b0f0b7a8105a

documentation clarification
author Paul Aurich <paul@darkrain42.org>
date Sun, 13 Dec 2009 04:16:10 +0000
parents c0c24f947211
children ec101fb81111
files libpurple/conversation.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
  *