comparison 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
comparison
equal deleted inserted replaced
6541:f31eb1fab20e 6542:fe0294504602
75 gaim_perl_timeout_clear(); 75 gaim_perl_timeout_clear();
76 76
77 77
78 BOOT: 78 BOOT:
79 GAIM_PERL_BOOT(Account); 79 GAIM_PERL_BOOT(Account);
80 GAIM_PERL_BOOT(BuddyList);
81 GAIM_PERL_BOOT(BuddyList__Group);
82 GAIM_PERL_BOOT(BuddyList__Buddy);
83 GAIM_PERL_BOOT(BuddyList__Chat);
80 84