comparison plugins/perl/common/Gaim.xs @ 6591:d25ae4b5a204

[gaim-migrate @ 7115] Added the perl API for the conversation framework. Untested.. Should work. We'll see. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 24 Aug 2003 02:43:27 +0000
parents 7f5f57dd5cac
children b0913ab92893
comparison
equal deleted inserted replaced
6590:edda487ef5df 6591:d25ae4b5a204
89 GAIM_PERL_BOOT(BuddyList); 89 GAIM_PERL_BOOT(BuddyList);
90 GAIM_PERL_BOOT(BuddyList__Group); 90 GAIM_PERL_BOOT(BuddyList__Group);
91 GAIM_PERL_BOOT(BuddyList__Buddy); 91 GAIM_PERL_BOOT(BuddyList__Buddy);
92 GAIM_PERL_BOOT(BuddyList__Chat); 92 GAIM_PERL_BOOT(BuddyList__Chat);
93 GAIM_PERL_BOOT(Connection); 93 GAIM_PERL_BOOT(Connection);
94 GAIM_PERL_BOOT(Conversation);
95 GAIM_PERL_BOOT(Conversation__Chat);
96 GAIM_PERL_BOOT(Conversation__IM);
97 GAIM_PERL_BOOT(ConvWindow);
94 98