view plugins/perl/common/typemap @ 6523:d7e04709be96

[gaim-migrate @ 7040] Fixed a perl function call, and changed gaim_account_set_user_info to update the server when called from a perl script. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 20 Aug 2003 10:38:41 +0000
parents 2e2593d95121
children 7c42b8ca3222
line wrap: on
line source

TYPEMAP
gboolean            T_BOOL
Gaim::Account       T_GaimObj
Gaim::Connection    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\");