comparison libpurple/protocols/qq/group.h @ 24154:237e5a94e11c

2008.10.08 - ccpaging <ccpaging(at)gmail.com> * Update group part * Delete some meaningless functions and data * Added 'change my icon' 2008.10.08 - lonicerae <lonicerae(at)gmail.com> * Merge 20081008 patch into trunk
author SHiNE CsyFeK <csyfek@gmail.com>
date Wed, 22 Oct 2008 15:08:30 +0000
parents bcfc98c7a55f
children 3c52353b83ae
comparison
equal deleted inserted replaced
24153:340fc40fe4ef 24154:237e5a94e11c
52 guint8 auth_type; 52 guint8 auth_type;
53 gchar *title_utf8; 53 gchar *title_utf8;
54 gchar *desc_utf8; 54 gchar *desc_utf8;
55 /* all these will be loaded from the network */ 55 /* all these will be loaded from the network */
56 gchar *notice_utf8; /* group notice by admin */ 56 gchar *notice_utf8; /* group notice by admin */
57
58 gboolean is_got_buddies;
57 GList *members; 59 GList *members;
58
59 gboolean is_got_info;
60 } qq_group; 60 } qq_group;
61 61
62 GList *qq_chat_info(PurpleConnection *gc); 62 GList *qq_chat_info(PurpleConnection *gc);
63 GHashTable *qq_chat_info_defaults(PurpleConnection *gc, const gchar *chat_name); 63 GHashTable *qq_chat_info_defaults(PurpleConnection *gc, const gchar *chat_name);
64 64