Mercurial > pidgin.yaz
view plugins/perl/common/Gaim.xs @ 6508:cbd24b37350d
[gaim-migrate @ 7025]
Okay, ready for some breakage again? I rewrote the perl loader plugin. All
old scripts are broken, but the new API will be much better. Currently, you
can access accounts and do debug output, and that's it, but adding support
for new things is much easier. Please don't come after me with pitchforks.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Tue, 19 Aug 2003 21:47:36 +0000 |
parents | |
children | 2e2593d95121 |
line wrap: on
line source
#include "module.h" MODULE = Gaim PACKAGE = Gaim PROTOTYPES: ENABLE void debug(string) const char *string CODE: gaim_debug(GAIM_DEBUG_INFO, "perl script", string); BOOT: GAIM_PERL_BOOT(Account);