#include "debug.h"#include "char_conv.h"#include "group_free.h"#include "group_network.h"#include "group_search.h"group_search.c包含/依赖关系图:

枚举 | |
| enum | { QQ_GROUP_SEARCH_TYPE_BY_ID = 0x01, QQ_GROUP_SEARCH_TYPE_DEMO = 0x02 } |
函数 | |
| void | qq_send_cmd_group_search_group (GaimConnection *gc, guint32 external_group_id) |
| void | qq_process_group_cmd_search_group (guint8 *data, guint8 **cursor, gint len, 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_search.c第32行定义。 |
|
||||||||||||||||||||
|
||||||||||||
|
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_search.c第39行定义。 参考 create_packet_b()、create_packet_dw()、qq_group_cmd_get_desc()、QQ_GROUP_CMD_SEARCH_GROUP、QQ_GROUP_SEARCH_TYPE_BY_ID、QQ_GROUP_SEARCH_TYPE_DEMO及qq_send_group_cmd(). 参考自 _qq_group_search_callback(). 函数调用图: ![]() |
1.4.4