Mercurial > pidgin.yaz
annotate plugins/perl/common/typemap @ 6520:2e2593d95121
[gaim-migrate @ 7037]
Added timeout handler support to perl. It may not work. Probably should,
but who knows.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Wed, 20 Aug 2003 10:25:58 +0000 |
parents | cbd24b37350d |
children | 7c42b8ca3222 |
rev | line source |
---|---|
6508 | 1 TYPEMAP |
2 gboolean T_BOOL | |
3 Gaim::Account T_GaimObj | |
4 Gaim::Connection T_GaimObj | |
6520
2e2593d95121
[gaim-migrate @ 7037]
Christian Hammond <chipx86@chipx86.com>
parents:
6508
diff
changeset
|
5 Gaim::Plugin T_GaimObj |
6508 | 6 |
7 INPUT | |
8 | |
9 T_GaimObj | |
10 $var = gaim_perl_ref_object($arg) | |
11 | |
12 | |
13 OUTPUT | |
14 | |
15 T_GaimObj | |
16 $arg = gaim_perl_bless_object($var, "\$type\"); |