Mercurial > pidgin
comparison plugins/perl/common/typemap @ 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 | eb95f31fa4eb |
comparison
equal
deleted
inserted
replaced
6590:edda487ef5df | 6591:d25ae4b5a204 |
---|---|
2 gboolean T_BOOL | 2 gboolean T_BOOL |
3 Gaim::Account T_GaimObj | 3 Gaim::Account T_GaimObj |
4 Gaim::BuddyList::Group T_GaimObj | 4 Gaim::BuddyList::Group T_GaimObj |
5 Gaim::BuddyList::Buddy T_GaimObj | 5 Gaim::BuddyList::Buddy T_GaimObj |
6 Gaim::BuddyList::Chat T_GaimObj | 6 Gaim::BuddyList::Chat T_GaimObj |
7 Gaim::Chat T_GaimObj | |
7 Gaim::Connection T_GaimObj | 8 Gaim::Connection T_GaimObj |
8 Gaim::Conversation T_GaimObj | 9 Gaim::Conversation T_GaimObj |
10 Gaim::Conversation::Chat T_GaimObj | |
11 Gaim::Conversation::IM T_GaimObj | |
12 Gaim::ConvWindow T_GaimObj | |
9 Gaim::DebugLevel T_IV | 13 Gaim::DebugLevel T_IV |
14 Gaim::IM T_GaimObj | |
10 Gaim::Plugin T_GaimObj | 15 Gaim::Plugin T_GaimObj |
11 | 16 |
12 INPUT | 17 INPUT |
13 | 18 |
14 T_GaimObj | 19 T_GaimObj |