libgaim/protocols/qq/group.h

changeset 14466
4fcd9fdc8060
parent 14254
77edc7a6191a
child 15087
78879d4adf13
--- a/libgaim/protocols/qq/group.h	Fri Sep 01 10:05:30 2006 +0000
+++ b/libgaim/protocols/qq/group.h	Fri Sep 01 11:03:18 2006 +0000
@@ -39,7 +39,7 @@
 } qq_group_member_status;
 
 typedef struct _qq_group {
-	/* all these will be saved when exit GAIM */
+	/* all these will be saved when we exit Gaim */
 	qq_group_member_status my_status;	/* my status for this group */
 	gchar *my_status_desc;			/* my status description */
 	guint32 internal_group_id;
@@ -50,12 +50,13 @@
 	guint8 auth_type;
 	gchar *group_name_utf8;
 	gchar *group_desc_utf8;
-	/* all these will loaded from network only */
+	/* all these will be loaded from the network */
 	gchar *notice_utf8;	/* group notice by admin */
-	GList *members;		/* those evert appear in the group */
+	GList *members;	
 } qq_group;
 
 GList *qq_chat_info(GaimConnection *gc);
+GHashTable *qq_chat_info_defaults(GaimConnection *gc, const gchar *chat_name);
 
 void qq_group_init(GaimConnection *gc);
 

mercurial