Mercurial > pidgin
diff plugins/perl/common/typemap @ 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plugins/perl/common/typemap Tue Aug 19 21:47:36 2003 +0000 @@ -0,0 +1,15 @@ +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\");