comparison plugins/perl/common/typemap @ 6531:7c42b8ca3222

[gaim-migrate @ 7048] Added a buddy list API to perl. Untested. Should work, which is why it won't. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 21 Aug 2003 00:06:15 +0000
parents 2e2593d95121
children 7f5f57dd5cac
comparison
equal deleted inserted replaced
6530:e05a54da64db 6531:7c42b8ca3222
1 TYPEMAP 1 TYPEMAP
2 gboolean T_BOOL 2 gboolean T_BOOL
3 Gaim::Account T_GaimObj 3 Gaim::Account T_GaimObj
4 Gaim::Connection T_GaimObj 4 Gaim::Connection T_GaimObj
5 Gaim::Plugin T_GaimObj 5 Gaim::Plugin T_GaimObj
6 Gaim::BuddyList::Group T_GaimObj
7 Gaim::BuddyList::Buddy T_GaimObj
8 Gaim::BuddyList::Chat T_GaimObj
6 9
7 INPUT 10 INPUT
8 11
9 T_GaimObj 12 T_GaimObj
10 $var = gaim_perl_ref_object($arg) 13 $var = gaim_perl_ref_object($arg)
11 14
12 15
13 OUTPUT 16 OUTPUT
14 17
15 T_GaimObj 18 T_GaimObj
16 $arg = gaim_perl_bless_object($var, "\$type\"); 19 $arg = gaim_perl_bless_object($var, \"$type\");