首页 | 数据结构 | 文件列表 | 数据字段 | 全局定义

group_find.h文件参考

#include <glib.h>
#include "connection.h"
#include "group.h"

group_find.h包含/依赖关系图:

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

浏览该文件的源代码。

函数

gchar * qq_group_find_member_by_channel_and_nickname (GaimConnection *gc, gint channel, const gchar *who)
qq_buddyqq_group_find_member_by_uid (qq_group *group, guint32 uid)
void qq_group_remove_member_by_uid (qq_group *group, guint32 uid)
qq_buddyqq_group_find_or_add_member (GaimConnection *gc, qq_group *group, guint32 member_uid)
gboolean qq_group_find_internal_group_id_by_seq (GaimConnection *gc, guint16 seq, guint32 *internal_group_id)
qq_groupqq_group_find_by_channel (GaimConnection *gc, gint channel)
qq_groupqq_group_find_by_internal_group_id (GaimConnection *gc, guint32 internal_group_id)


函数文档

qq_group* qq_group_find_by_channel GaimConnection *  gc,
gint  channel
 

在文件group_find.c159行定义。

参考 _qq_group::group_name_utf8_qq_data::groups.

参考自 _qq_chat_send()qq_group_find_member_by_channel_and_nickname().

qq_group* qq_group_find_by_internal_group_id GaimConnection *  gc,
guint32  internal_group_id
 

在文件group_find.c187行定义。

参考 _qq_data::groups_qq_group::internal_group_id.

参考自 _qq_group_exit_with_gc_and_id()_qq_group_info_window_modify()_qq_group_join_auth_with_gc_and_id()_qq_group_member_list_deleted_toggled()_qq_group_reject_application_real()qq_group_approve_application_with_struct()qq_group_join()qq_group_manage_group()qq_group_process_activate_group_reply()qq_group_process_modify_info_reply()qq_group_process_modify_members_reply()qq_group_setup_with_gc_and_uid()qq_process_group_cmd_exit_group()qq_process_group_cmd_get_group_info()qq_process_group_cmd_get_member_info()qq_process_group_cmd_get_online_member()qq_process_group_cmd_join_group()qq_process_group_cmd_reply()qq_process_recv_group_im()qq_process_recv_group_im_been_added()qq_process_recv_group_im_been_approved()qq_process_recv_group_im_been_rejected()qq_process_recv_group_im_been_removed().

gboolean qq_group_find_internal_group_id_by_seq GaimConnection *  gc,
guint16  seq,
guint32 *  internal_group_id
 

在文件group_find.c66行定义。

参考 _qq_data::group_packets_group_packet::internal_group_id_group_packet::send_seq.

参考自 qq_process_group_cmd_reply().

gchar* qq_group_find_member_by_channel_and_nickname GaimConnection *  gc,
gint  channel,
const gchar *  who
 

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.c35行定义。

参考 g_str_has_prefix()gaim_name_to_uid()_qq_group::members_qq_buddy::nicknameqq_group_find_by_channel()QQ_NAME_PREFIX_qq_buddy::uiduid_to_gaim_name().

参考自 _qq_get_chat_buddy_info()_qq_get_chat_buddy_real_name().

函数调用图:

qq_buddy* qq_group_find_member_by_uid qq_group group,
guint32  uid
 

在文件group_find.c91行定义。

参考 _qq_group::members_qq_buddy::uid.

参考自 qq_group_find_or_add_member()qq_process_group_cmd_get_member_info()qq_process_recv_group_im().

qq_buddy* qq_group_find_or_add_member GaimConnection *  gc,
qq_group group,
guint32  member_uid
 

在文件group_find.c130行定义。

参考 _qq_group::membersqq_group_find_member_by_uid()_qq_buddy::uiduid_to_gaim_name().

参考自 qq_group_approve_application_with_struct()qq_group_modify_members()qq_process_group_cmd_get_group_info()qq_process_group_cmd_get_online_member().

函数调用图:

void qq_group_remove_member_by_uid qq_group group,
guint32  uid
 

在文件group_find.c111行定义。

参考 _qq_group::members_qq_buddy::uid.

参考自 qq_group_modify_members().


Generated at Mon May 8 15:42:46 2006 for OpenQ by  doxygen 1.4.4