libpurple/protocols/qq/group.h

branch
openq
changeset 31393
04447b1f6403
parent 25105
fe13c190ca13
child 31405
c101dd644b2b
equal deleted inserted replaced
31392:93902a4213b6 31393:04447b1f6403
45 /* all these will be saved when we exit Purple */ 45 /* all these will be saved when we exit Purple */
46 qq_room_role my_role; /* my role for this room */ 46 qq_room_role my_role; /* my role for this room */
47 guint32 id; 47 guint32 id;
48 guint32 ext_id; 48 guint32 ext_id;
49 guint8 type8; /* permanent or temporory */ 49 guint8 type8; /* permanent or temporory */
50 guint32 creator_uid; 50 UID creator_uid;
51 guint32 category; 51 guint32 category;
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 */

mercurial