plugins/perl/common/typemap

Sun, 19 Sep 2004 21:19:55 +0000

author
Dave West <kat@users.sourceforge.net>
date
Sun, 19 Sep 2004 21:19:55 +0000
changeset 10052
329dad7e2da3
parent 6678
c633179afd00
child 10054
213a1112e633
permissions
-rw-r--r--

[gaim-migrate @ 11013]
More rockin status stuff from Dave West!

Things are beginning to shape up quite well.

Dave, again, sorry it took me a week to get to this. Girl waits for no man.

committer: Mark Doliner <markdoliner@pidgin.im>

TYPEMAP
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\");

mercurial