#include "internal.h"#include "debug.h"#include "prpl.h"#include "request.h"#include "utils.h"#include "group_hash.h"#include "group_info.h"#include "group_search.h"#include "group.h"group.c包含/依赖关系图:

函数 | |
| void | _qq_group_search_callback (GaimConnection *gc, const gchar *input) |
| GList * | qq_chat_info (GaimConnection *gc) |
| GaimRoomlist * | qq_roomlist_get_list (GaimConnection *gc) |
| void | qq_roomlist_cancel (GaimRoomlist *list) |
| void | qq_group_init (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 参考 qq_send_cmd_group_search_group()及qq_string_to_dec_value(). 函数调用图: ![]() |
|
|
参考 QQ_GROUP_KEY_CREATOR_UID、QQ_GROUP_KEY_EXTERNAL_ID及QQ_GROUP_KEY_MEMBER_STATUS_DESC. |
|
|
参考 GAIM_GROUP_QQ_QUN、qq_group_from_hashtable()及qq_send_cmd_group_get_group_info(). 函数调用图: ![]() |
|
|
|
|
1.4.4