#include "debug.h"#include "conversation.h"#include "utils.h"#include "group_find.h"#include "group_network.h"#include "qq.h"group_find.c包含/依赖关系图:

函数 | |
| gchar * | qq_group_find_member_by_channel_and_nickname (GaimConnection *gc, gint channel, const gchar *who) |
| gboolean | qq_group_find_internal_group_id_by_seq (GaimConnection *gc, guint16 seq, guint32 *internal_group_id) |
| qq_buddy * | qq_group_find_member_by_uid (qq_group *group, guint32 uid) |
| void | qq_group_remove_member_by_uid (qq_group *group, guint32 uid) |
| qq_buddy * | qq_group_find_or_add_member (GaimConnection *gc, qq_group *group, guint32 member_uid) |
| qq_group * | qq_group_find_by_channel (GaimConnection *gc, gint channel) |
| qq_group * | qq_group_find_by_internal_group_id (GaimConnection *gc, guint32 internal_group_id) |
|
||||||||||||
|
在文件group_find.c第159行定义。 参考 _qq_group::group_name_utf8及_qq_data::groups. 参考自 _qq_chat_send()及qq_group_find_member_by_channel_and_nickname(). |
|
||||||||||||
|
||||||||||||||||
|
在文件group_find.c第66行定义。 参考 _qq_data::group_packets、_group_packet::internal_group_id及_group_packet::send_seq. |
|
||||||||||||||||
|
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_find.c第35行定义。 参考 g_str_has_prefix()、gaim_name_to_uid()、_qq_group::members、_qq_buddy::nickname、qq_group_find_by_channel()、QQ_NAME_PREFIX、_qq_buddy::uid及uid_to_gaim_name(). 参考自 _qq_get_chat_buddy_info()及_qq_get_chat_buddy_real_name(). 函数调用图: ![]() |
|
||||||||||||
|
在文件group_find.c第91行定义。 参考 _qq_group::members及_qq_buddy::uid. 参考自 qq_group_find_or_add_member()、qq_process_group_cmd_get_member_info()及qq_process_recv_group_im(). |
|
||||||||||||||||
|
||||||||||||
|
在文件group_find.c第111行定义。 |
1.4.4