Mercurial > pidgin
comparison plugins/perl/common/Stringref.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 | 134d0001983d |
| children | 6fd82071a7b8 |
comparison
equal
deleted
inserted
replaced
| 11289:b633879e23f9 | 11290:b284c703d398 |
|---|---|
| 1 #include "module.h" | 1 #include "module.h" |
| 2 | |
| 3 /* TODO | |
| 4 | |
| 5 Gaim::Stringref | |
| 6 gaim_stringref_printf(format, gaim_stringref_printf) | |
| 7 const char *format | |
| 8 ... | |
| 9 | |
| 10 | |
| 11 */ | |
| 12 | 2 |
| 13 MODULE = Gaim::Stringref PACKAGE = Gaim::Stringref PREFIX = gaim_stringref_ | 3 MODULE = Gaim::Stringref PACKAGE = Gaim::Stringref PREFIX = gaim_stringref_ |
| 14 PROTOTYPES: ENABLE | 4 PROTOTYPES: ENABLE |
| 15 | 5 |
| 16 int | 6 int |
