Mercurial > pidgin
comparison plugins/perl/common/typemap @ 6588:7f5f57dd5cac
[gaim-migrate @ 7110]
I'm breaking debug. I cannot for the life of me figure out the enum stuff
in perl XSUB. Everything is ending up 0 (in other words, it's probably
not finding them). So, people can use debug_info and such.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 24 Aug 2003 01:08:32 +0000 |
parents | 7c42b8ca3222 |
children | d25ae4b5a204 |
comparison
equal
deleted
inserted
replaced
6587:ed11e3f8ba21 | 6588:7f5f57dd5cac |
---|---|
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 | |
5 Gaim::Plugin T_GaimObj | |
6 Gaim::BuddyList::Group T_GaimObj | 4 Gaim::BuddyList::Group T_GaimObj |
7 Gaim::BuddyList::Buddy T_GaimObj | 5 Gaim::BuddyList::Buddy T_GaimObj |
8 Gaim::BuddyList::Chat T_GaimObj | 6 Gaim::BuddyList::Chat T_GaimObj |
7 Gaim::Connection T_GaimObj | |
8 Gaim::Conversation T_GaimObj | |
9 Gaim::DebugLevel T_IV | |
10 Gaim::Plugin T_GaimObj | |
9 | 11 |
10 INPUT | 12 INPUT |
11 | 13 |
12 T_GaimObj | 14 T_GaimObj |
13 $var = gaim_perl_ref_object($arg) | 15 $var = gaim_perl_ref_object($arg) |