|
|
发表于 2004-8-30 00:50:38
|
显示全部楼层
你的 grep 不会出问题了吧?
尽管我的描述也不太清楚。
不妨把没找到的经验共享一下,以免下次我遇到相同的问题?
qq.c:
...
...
GaimPlugin *my_protocol = NULL;
GaimPluginProtocolInfo prpl_info = {
GAIM_PRPL_API_VERSION,
0, /* mail check option */
NULL, /* user_splits */
NULL, /* protocol_options */
NO_BUDDY_ICONS, /* icon_spec */
_qq_list_icon, // 5 This must be defined and return
// non-NULL string
_qq_list_emblems, // 6
_qq_status_text, // 7
_qq_tooltip_text, // 8
_qq_away_states, // 9
_qq_buddy_menu, // 10
qq_chat_info, // 11
NULL, /* chat_info_defaults */
_qq_login, // 12
_qq_close, // 13
_qq_send_im, // 14
...
...
最初由 orphen 发表
没有找到你所说的GaimPluginProtocolInfo
查看了ChangeLog.API按照修改了qq中的头文件的调用。 |
|