#include "debug.h"#include "notify.h"#include "utils.h"#include "char_conv.h"#include "crypt.h"#include "group_conv.h"#include "group_find.h"#include "group_hash.h"#include "group_im.h"#include "group_info.h"#include "group_join.h"#include "group_network.h"#include "group_opt.h"#include "group_search.h"#include "header_info.h"#include "send_core.h"group_network.c包含/依赖关系图:

枚举 | |
| enum | { QQ_GROUP_CMD_REPLY_OK = 0x00, QQ_GROUP_CMD_REPLY_NOT_MEMBER = 0x0a } |
函数 | |
| const gchar * | qq_group_cmd_get_desc (qq_group_cmd cmd) |
| void | _qq_process_group_cmd_reply_error_default (guint8 reply, guint8 *cursor, gint len, GaimConnection *gc) |
| void | _qq_process_group_cmd_reply_default (guint8 *data, guint8 **cursor, gint len, GaimConnection *gc) |
| void | qq_send_group_cmd (GaimConnection *gc, qq_group *group, guint8 *raw_data, gint data_len) |
| void | qq_process_group_cmd_reply (guint8 *buf, gint buf_len, guint16 seq, GaimConnection *gc) |
|
|
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 在文件group_network.c第43行定义。 |
|
||||||||||||||||||||
|
在文件group_network.c第99行定义。 参考自 qq_process_group_cmd_reply(). 函数调用图: ![]() |
|
||||||||||||||||||||
|
在文件group_network.c第83行定义。 参考 QQ_CHARSET_DEFAULT及qq_to_utf8(). 参考自 qq_process_group_cmd_reply(). 函数调用图: ![]() |
|
|
||||||||||||||||||||
|
||||||||||||||||||||
1.4.4