Mercurial > pidgin
view plugins/perl/common/typemap @ 6540:eae61831e596
[gaim-migrate @ 7062]
Improved the buddy list perl API a bit.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Thu, 21 Aug 2003 02:38:05 +0000 |
| parents | 7c42b8ca3222 |
| children | 7f5f57dd5cac |
line wrap: on
line source
TYPEMAP gboolean T_BOOL Gaim::Account T_GaimObj Gaim::Connection T_GaimObj Gaim::Plugin T_GaimObj Gaim::BuddyList::Group T_GaimObj Gaim::BuddyList::Buddy T_GaimObj Gaim::BuddyList::Chat T_GaimObj INPUT T_GaimObj $var = gaim_perl_ref_object($arg) OUTPUT T_GaimObj $arg = gaim_perl_bless_object($var, \"$type\");
