#include <glib.h>#include "connection.h"#include "buddy_opt.h"#include "qq.h"buddy_info.h包含/依赖关系图:

此图展示直接或间接包含该文件的文件:

数据结构 | |
| struct | _contact_info |
宏定义 | |
| #define | QQ_COMM_FLAG_QQ_MEMBER 0x02 |
| #define | QQ_COMM_FLAG_TCP_MODE 0x10 |
| #define | QQ_COMM_FLAG_MOBILE 0x20 |
| #define | QQ_COMM_FLAG_BIND_MOBILE 0x40 |
| #define | QQ_COMM_FLAG_VIDEO 0x80 |
| #define | QQ_BUDDY_GENDER_GG 0x00 |
| #define | QQ_BUDDY_GENDER_MM 0x01 |
| #define | QQ_BUDDY_GENDER_UNKNOWN 0xff |
类型定义 | |
| typedef _contact_info | contact_info |
函数 | |
| void | qq_refresh_buddy_and_myself (contact_info *info, GaimConnection *gc) |
| void | qq_send_packet_get_info (GaimConnection *gc, guint32 uid, gboolean show_window) |
| void | qq_send_packet_modify_info (GaimConnection *gc, contact_info *info, gchar *new_passwd) |
| void | qq_process_modify_info_reply (guint8 *buf, gint buf_len, GaimConnection *gc) |
| void | qq_process_get_info_reply (guint8 *buf, gint buf_len, GaimConnection *gc) |
| void | qq_info_query_free (qq_data *qd) |
|
|
在文件buddy_info.h第39行定义。 参考自 _qq_status_text(). |
|
|
在文件buddy_info.h第40行定义。 参考自 _qq_status_text(). |
|
|
在文件buddy_info.h第41行定义。 参考自 _qq_status_text(). |
|
|
在文件buddy_info.h第36行定义。 |
|
|
在文件buddy_info.h第35行定义。 |
|
|
The QQ2003C protocol plugin for gaim Copyright (C) 2004 Puzzlebird This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 在文件buddy_info.h第33行定义。 |
|
|
在文件buddy_info.h第34行定义。 参考自 _qq_tooltip_text(). |
|
|
在文件buddy_info.h第37行定义。 参考自 _qq_status_text(). |
|
|
在文件buddy_info.h第43行定义。 |
|
|
在文件buddy_info.c第256行定义。 参考自 _qq_common_clean(). |
|
||||||||||||||||
|
||||||||||||||||
|
在文件buddy_info.c第134行定义。 参考 DECRYPT、qq_crypt()、_qq_data::session_key及_qq_data::uid. 参考自 _qq_packet_process(). 函数调用图: ![]() |
|
||||||||||||
|
||||||||||||||||
|
||||||||||||||||
|
在文件buddy_info.c第96行定义。 参考 create_packet_b()、create_packet_data()、MAX_PACKET_SIZE、QQ_CMD_UPDATE_INFO、QQ_CONTACT_FIELDS及qq_send_cmd(). 函数调用图: ![]() |
1.4.4