comparison plugins/perl/common/Prpl.xs @ 11290:b284c703d398

[gaim-migrate @ 13490] Did some house cleaning on the code finished up some of the "TODO" stuff that was left over from when I originally did the XSUBs. Furthermore, the dynamically loaded Perl package problems should be corrected now that the context is set before one of the concurrent perl interpreters is run. committer: Tailor Script <tailor@pidgin.im>
author John H. Kelm <johnkelm@gmail.com>
date Thu, 18 Aug 2005 01:35:14 +0000
parents ecbbe6d18b0d
children 33cb3206af90
comparison
equal deleted inserted replaced
11289:b633879e23f9 11290:b284c703d398
1
2 #include "module.h" 1 #include "module.h"
3
4 /* TODO
5 gaim_prpl_got_account_statu(s) ... variable arguments lists suck.
6
7 */
8 2
9 MODULE = Gaim::Prpl PACKAGE = Gaim::Find PREFIX = gaim_find_ 3 MODULE = Gaim::Prpl PACKAGE = Gaim::Find PREFIX = gaim_find_
10 PROTOTYPES: ENABLE 4 PROTOTYPES: ENABLE
11 5
12 Gaim::Plugin 6 Gaim::Plugin