| 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 GList *members; |
57 GList *members; |
| |
58 |
| |
59 gboolean is_got_info; |
| 58 } qq_group; |
60 } qq_group; |
| 59 |
61 |
| 60 GList *qq_chat_info(PurpleConnection *gc); |
62 GList *qq_chat_info(PurpleConnection *gc); |
| 61 GHashTable *qq_chat_info_defaults(PurpleConnection *gc, const gchar *chat_name); |
63 GHashTable *qq_chat_info_defaults(PurpleConnection *gc, const gchar *chat_name); |
| 62 |
64 |