#include "debug.h"#include "notify.h"#include "request.h"#include "utils.h"#include "packet_parse.h"#include "buddy_info.h"#include "char_conv.h"#include "group_admindlg.h"#include "group_find.h"#include "group_hash.h"#include "group_info.h"#include "group_join.h"#include "group_network.h"#include "group_opt.h"#include "qq.h"group_opt.c包含/依赖关系图:

函数 | |
| void | _quick_sort (gint *numbers, gint left, gint right) |
| void | _sort (guint32 *list) |
| void | _qq_group_member_opt (GaimConnection *gc, qq_group *group, gint operation, guint32 *members) |
| void | _qq_group_do_nothing_with_struct (group_member_opt *g) |
| void | _qq_group_reject_application_real (group_member_opt *g, gchar *msg_utf8) |
| void | qq_group_search_application_with_struct (group_member_opt *g) |
| void | qq_group_reject_application_with_struct (group_member_opt *g) |
| void | qq_group_approve_application_with_struct (group_member_opt *g) |
| void | qq_group_modify_members (GaimConnection *gc, qq_group *group, guint32 *new_members) |
| void | qq_group_process_modify_members_reply (guint8 *data, guint8 **cursor, gint len, GaimConnection *gc) |
| void | qq_group_modify_info (GaimConnection *gc, qq_group *group) |
| void | qq_group_process_modify_info_reply (guint8 *data, guint8 **cursor, gint len, GaimConnection *gc) |
| void | qq_group_create_with_name (GaimConnection *gc, const gchar *name) |
| void | qq_group_setup_with_gc_and_uid (gc_and_uid *g) |
| void | qq_group_process_create_group_reply (guint8 *data, guint8 **cursor, gint len, GaimConnection *gc) |
| void | qq_group_activate_group (GaimConnection *gc, guint32 internal_group_id) |
| void | qq_group_process_activate_group_reply (guint8 *data, guint8 **cursor, gint len, GaimConnection *gc) |
| void | qq_group_manage_group (GaimConnection *gc, GHashTable *data) |
|
|
在文件group_opt.c第105行定义。 |
|
||||||||||||||||||||
|
在文件group_opt.c第85行定义。 参考 create_packet_b()、create_packet_dw()、_qq_group::internal_group_id、QQ_GROUP_CMD_MEMBER_OPT及qq_send_group_cmd(). 参考自 qq_group_modify_members(). 函数调用图: ![]() |
|
||||||||||||
|
||||||||||||||||
|
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_opt.c第44行定义。 参考自 _sort(). |
|
|
在文件group_opt.c第76行定义。 参考 _quick_sort(). 参考自 qq_group_modify_members(). 函数调用图: ![]() |
|
||||||||||||
|
在文件group_opt.c第414行定义。 参考 create_packet_b()、create_packet_dw()、QQ_GROUP_CMD_ACTIVATE_GROUP及qq_send_group_cmd(). 参考自 qq_group_process_create_group_reply(). 函数调用图: ![]() |
|
|
||||||||||||
|
||||||||||||
|
在文件group_opt.c第458行定义。 参考 qq_group_detail_window_show()及qq_group_find_by_internal_group_id(). 函数调用图: ![]() |
|
||||||||||||
|
||||||||||||||||
|
||||||||||||||||||||
|
在文件group_opt.c第441行定义。 参考 _qq_group::external_group_id、qq_group_find_by_internal_group_id()及read_packet_dw(). 参考自 qq_process_group_cmd_reply(). 函数调用图: ![]() |
|
||||||||||||||||||||
|
||||||||||||||||||||
|
在文件group_opt.c第298行定义。 参考 _qq_group::external_group_id、qq_group_find_by_internal_group_id()、qq_group_refresh()及read_packet_dw(). 参考自 qq_process_group_cmd_reply(). 函数调用图: ![]() |
|
||||||||||||||||||||
|
在文件group_opt.c第226行定义。 参考 _qq_group::external_group_id、qq_group_find_by_internal_group_id()及read_packet_dw(). 参考自 qq_process_group_cmd_reply(). 函数调用图: ![]() |
|
|
|
|
在文件group_opt.c第361行定义。 参考 _gc_and_uid::gc、qq_group_detail_window_show()、qq_group_find_by_internal_group_id()及_gc_and_uid::uid. 参考自 qq_group_process_create_group_reply(). 函数调用图: ![]() |
1.4.4