Mercurial > pidgin.yaz
view plugins/perl/common/typemap @ 10818:0555ec6f3eaa
[gaim-migrate @ 12475]
sf patch #1180355, from Richard Laager
Adds the ChangeLog.API entry for the removal of the public function
gaim_find_conversation
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 12 Apr 2005 00:54:58 +0000 |
parents | ecb2384d4bab |
children | 134d0001983d |
line wrap: on
line source
TYPEMAP time_t T_IV gboolean T_BOOL const char * T_PV Gaim::Account T_GaimObj Gaim::BuddyList::Group T_GaimObj Gaim::BuddyList::Buddy T_GaimObj Gaim::BuddyList::Chat T_GaimObj Gaim::Chat T_GaimObj Gaim::Connection T_GaimObj Gaim::Conversation T_GaimObj Gaim::Conversation::Chat T_GaimObj Gaim::Conversation::IM T_GaimObj Gaim::ConvWindow T_GaimObj Gaim::DebugLevel T_IV Gaim::IM T_GaimObj Gaim::Plugin T_GaimObj INPUT T_GaimObj $var = gaim_perl_ref_object($arg) OUTPUT T_GaimObj $arg = gaim_perl_bless_object($var, \"$type\");