#include <glib.h>#include "connection.h"#include "group.h"group_opt.h包含/依赖关系图:

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

数据结构 | |
| struct | _group_member_opt |
宏定义 | |
| #define | QQ_QUN_MEMBER_MAX 80 |
类型定义 | |
| typedef _group_member_opt | group_member_opt |
枚举 | |
| enum | { QQ_GROUP_TYPE_PERMANENT = 0x01, QQ_GROUP_TYPE_TEMPORARY } |
| enum | { QQ_GROUP_MEMBER_ADD = 0x01, QQ_GROUP_MEMBER_DEL } |
函数 | |
| void | qq_group_modify_members (GaimConnection *gc, qq_group *group, guint32 *new_members) |
| void | qq_group_modify_info (GaimConnection *gc, qq_group *group) |
| void | qq_group_approve_application_with_struct (group_member_opt *g) |
| void | qq_group_reject_application_with_struct (group_member_opt *g) |
| void | qq_group_search_application_with_struct (group_member_opt *g) |
| void | qq_group_process_modify_info_reply (guint8 *data, guint8 **cursor, gint len, GaimConnection *gc) |
| void | qq_group_process_modify_members_reply (guint8 *data, guint8 **cursor, gint len, GaimConnection *gc) |
| void | qq_group_manage_group (GaimConnection *gc, GHashTable *data) |
| void | qq_group_create_with_name (GaimConnection *gc, const gchar *name) |
| 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_process_create_group_reply (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_opt.h第32行定义。 参考自 _qq_group_info_window_modify()及qq_group_modify_members(). |
|
|
|
|
|
在文件group_opt.h第40行定义。 |
|
|
在文件group_opt.h第45行定义。 |
|
||||||||||||
|
在文件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(). 函数调用图: ![]() |
|
|
1.4.4