106 lines
2.5 KiB
HTML
106 lines
2.5 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of Pidgin</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>Pidgin</H1>
|
|
Section: User Contributed Perl Documentation (3pm)<BR>Updated: 2020-02-10<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
Pidgin - Perl extension for the Pidgin instant messenger.
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
|
|
|
|
|
|
|
|
<PRE>
|
|
use Pidgin;
|
|
|
|
</PRE>
|
|
|
|
|
|
<A NAME="lbAD"> </A>
|
|
<H2>ABSTRACT</H2>
|
|
|
|
|
|
|
|
|
|
|
|
<PRE>
|
|
This module provides the interface for using perl scripts as plugins in
|
|
Pidgin, with access to the Pidgin Gtk interface functions.
|
|
|
|
</PRE>
|
|
|
|
|
|
<A NAME="lbAE"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
|
|
|
|
This module provides the interface for using perl scripts as plugins in Pidgin,
|
|
with access to the Pidgin Gtk interface functions. With this, developers can
|
|
write perl scripts that can be loaded in Pidgin as plugins. The script can
|
|
interact with IMs, chats, accounts, the buddy list, pidgin signals, and more.
|
|
<P>
|
|
|
|
The <FONT SIZE="-1">API</FONT> for the perl interface is very similar to that of the Pidgin C <FONT SIZE="-1">API,</FONT>
|
|
which can be viewed at <A HREF="http://developer.pidgin.im/doxygen/">http://developer.pidgin.im/doxygen/</A> or in the header files
|
|
in the Pidgin source tree.
|
|
<A NAME="lbAF"> </A>
|
|
<H2>FUNCTIONS</H2>
|
|
|
|
|
|
|
|
<A NAME="lbAG"> </A>
|
|
<H2>SEE ALSO Pidgin C API documentation - <A HREF="http://developer.pidgin.im/doxygen/">http://developer.pidgin.im/doxygen/</A></H2>
|
|
|
|
|
|
|
|
The Pidgin perl module.
|
|
<P>
|
|
|
|
Pidgin website - <A HREF="http://pidgin.im/">http://pidgin.im/</A>
|
|
<A NAME="lbAH"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
|
|
|
|
Etan Reisner, <<A HREF="mailto:deryni@gmail.com">deryni@gmail.com</A>>
|
|
<A NAME="lbAI"> </A>
|
|
<H2>COPYRIGHT AND LICENSE</H2>
|
|
|
|
|
|
|
|
Copyright 2006 by Etan Reisner
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="2"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="3"><A HREF="#lbAD">ABSTRACT</A><DD>
|
|
<DT id="4"><A HREF="#lbAE">DESCRIPTION</A><DD>
|
|
<DT id="5"><A HREF="#lbAF">FUNCTIONS</A><DD>
|
|
<DT id="6"><A HREF="#lbAG">SEE ALSO Pidgin C API documentation - http://developer.pidgin.im/doxygen/</A><DD>
|
|
<DT id="7"><A HREF="#lbAH">AUTHOR</A><DD>
|
|
<DT id="8"><A HREF="#lbAI">COPYRIGHT AND LICENSE</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:52 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|