libpurple/protocols/qq/group.h

changeset 24303
a290570bded2
parent 24299
b3ebedfac7cb
child 24304
7fcbc127617e
equal deleted inserted replaced
24302:0130b3e3ba4c 24303:a290570bded2
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

mercurial