comparison plugins/perl/common/BuddyList.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 ece127d56c14
children 980c877bd238
comparison
equal deleted inserted replaced
11289:b633879e23f9 11290:b284c703d398
1 #include "module.h" 1 #include "module.h"
2 #include "../perl-handlers.h" 2 #include "../perl-handlers.h"
3
4 /*
5 TODO
6
7 void *
8 gaim_blist_node_action_new(label, cb, data, children)
9 char * label
10 SV * cb
11 SV * data
12 SV * children
13 CODE:
14 RETVAL = gaim_perl_blist_node_action(label, cb, data, children);
15 OUTPUT:
16 RETVAL
17
18 */
19
20 3
21 MODULE = Gaim::BuddyList PACKAGE = Gaim::BuddyList PREFIX = gaim_ 4 MODULE = Gaim::BuddyList PACKAGE = Gaim::BuddyList PREFIX = gaim_
22 PROTOTYPES: ENABLE 5 PROTOTYPES: ENABLE
23 6
24 Gaim::BuddyList 7 Gaim::BuddyList