plugins/perl/common/typemap@57d1df1ca3a0
plugins/perl/common/typemap
Tue, 19 Aug 2003 21:47:36 +0000
- author
- Christian Hammond <chipx86@chipx86.com>
- date
- Tue, 19 Aug 2003 21:47:36 +0000
- changeset 6508
- 57d1df1ca3a0
- child 6520
-
5386692555c9
- permissions
- -rw-r--r--
[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.
TYPEMAP
gboolean T_BOOL
Gaim::Account T_GaimObj
Gaim::Connection T_GaimObj
INPUT
T_GaimObj
$var = gaim_perl_ref_object($arg)
OUTPUT
T_GaimObj
$arg = gaim_perl_bless_object($var, "\$type\");