diff 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
line wrap: on
line diff
--- a/plugins/perl/common/typemap	Wed Aug 20 23:08:44 2003 +0000
+++ b/plugins/perl/common/typemap	Thu Aug 21 00:06:15 2003 +0000
@@ -1,8 +1,11 @@
 TYPEMAP
-gboolean            T_BOOL
-Gaim::Account       T_GaimObj
-Gaim::Connection    T_GaimObj
-Gaim::Plugin        T_GaimObj
+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
 
@@ -13,4 +16,4 @@
 OUTPUT
 
 T_GaimObj
-	$arg = gaim_perl_bless_object($var, "\$type\");
+	$arg = gaim_perl_bless_object($var, \"$type\");