diff plugins/perl/common/Gaim.xs @ 6542:fe0294504602

[gaim-migrate @ 7064] Learn as you go, I guess... Split off the Chat, Group, and Buddy classes into their own files and bootstrapped them so they'll actually work (I hope at least). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 21 Aug 2003 03:23:18 +0000
parents 1690791f0c70
children f1736493aebb
line wrap: on
line diff
--- a/plugins/perl/common/Gaim.xs	Thu Aug 21 02:40:08 2003 +0000
+++ b/plugins/perl/common/Gaim.xs	Thu Aug 21 03:23:18 2003 +0000
@@ -77,4 +77,8 @@
 
 BOOT:
 	GAIM_PERL_BOOT(Account);
+	GAIM_PERL_BOOT(BuddyList);
+	GAIM_PERL_BOOT(BuddyList__Group);
+	GAIM_PERL_BOOT(BuddyList__Buddy);
+	GAIM_PERL_BOOT(BuddyList__Chat);