⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pidgin.pm

📁 Linux下的多协议即时通讯程序源代码
💻 PM
字号:
package Pidgin;use 5.008;use strict;use warnings;use Carp;our $VERSION = '0.01';use Purple;require XSLoader;XSLoader::load('Pidgin', $VERSION);1;__END__=head1 NAMEPidgin - Perl extension for the Pidgin instant messenger.=head1 SYNOPSIS    use Pidgin;=head1 ABSTRACT    This module provides the interface for using perl scripts as plugins in    Pidgin, with access to the Pidgin Gtk interface functions.=head1 DESCRIPTIONThis module provides the interface for using perl scripts as plugins in Pidgin,with access to the Pidgin Gtk interface functions. With this, developers canwrite perl scripts that can be loaded in Pidgin as plugins. The script caninteract with IMs, chats, accounts, the buddy list, pidgin signals, and more.The API for the perl interface is very similar to that of the Pidgin C API,which can be viewed at http://developer.pidgin.im/doxygen/ or in the header filesin the Pidgin source tree.=head1 FUNCTIONS=over=back=head1 SEE ALSOPidgin C API documentation - http://developer.pidgin.im/doxygen/The Pidgin perl module.Pidgin website - http://pidgin.im/=head1 AUTHOREtan Reisner, E<lt>deryni@gmail.comE<gt>=head1 COPYRIGHT AND LICENSECopyright 2006 by Etan Reisner

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -