Mercurial > pidgin
comparison libpurple/protocols/qq/qq_process.h @ 31191:4deef745de87
2010.01.23 - flos <lonicerae(at)gmail.com>
* added an option to force incoming message in chat room to use a default font instead of the font in message itself
2010.01.18 - flos <lonicerae(at)gmail.com>
* added type 'UPDCLS' and 'UID' for implementing business logic layer
2010.01.13 - ccpaging <ccpaging(at)gmail.com>
* qq2009-1 patch from ccpaging
author | SHiNE CsyFeK <csyfek@gmail.com> |
---|---|
date | Sun, 06 Feb 2011 05:23:22 +0000 |
parents | 7da3cf2530b7 |
children |
comparison
equal
deleted
inserted
replaced
31190:f0e6aaf942f8 | 31191:4deef745de87 |
---|---|
37 QQ_CMD_CLASS_UPDATE_BUDDY, | 37 QQ_CMD_CLASS_UPDATE_BUDDY, |
38 QQ_CMD_CLASS_UPDATE_ROOM | 38 QQ_CMD_CLASS_UPDATE_ROOM |
39 }; | 39 }; |
40 | 40 |
41 guint8 qq_proc_login_cmds(PurpleConnection *gc, guint16 cmd, guint16 seq, | 41 guint8 qq_proc_login_cmds(PurpleConnection *gc, guint16 cmd, guint16 seq, |
42 guint8 *rcved, gint rcved_len, guint32 update_class, guint32 ship32); | 42 guint8 *rcved, gint rcved_len, UPDCLS update_class, guint32 ship32); |
43 void qq_proc_client_cmds(PurpleConnection *gc, guint16 cmd, guint16 seq, | 43 void qq_proc_client_cmds(PurpleConnection *gc, guint16 cmd, guint16 seq, |
44 guint8 *rcved, gint rcved_len, guint32 update_class, guint32 ship32); | 44 guint8 *rcved, gint rcved_len, UPDCLS update_class, guint32 ship32); |
45 void qq_proc_room_cmds(PurpleConnection *gc, guint16 seq, | 45 void qq_proc_room_cmds(PurpleConnection *gc, guint16 seq, |
46 guint8 room_cmd, guint32 room_id, guint8 *rcved, gint rcved_len, | 46 guint8 room_cmd, guint32 room_id, guint8 *rcved, gint rcved_len, |
47 guint32 update_class, guint32 ship32); | 47 UPDCLS update_class, guint32 ship32); |
48 | 48 |
49 void qq_proc_server_cmd(PurpleConnection *gc, guint16 cmd, guint16 seq, guint8 *rcved, gint rcved_len); | 49 void qq_proc_server_cmd(PurpleConnection *gc, guint16 cmd, guint16 seq, guint8 *rcved, gint rcved_len); |
50 | 50 |
51 void qq_update_all(PurpleConnection *gc, guint16 cmd); | 51 void qq_update_all(PurpleConnection *gc, guint16 cmd); |
52 void qq_update_online(PurpleConnection *gc, guint16 cmd); | 52 void qq_update_online(PurpleConnection *gc, guint16 cmd); |