comparison plugins/perl/perl-common.h @ 6921:11d05ddf30a3

[gaim-migrate @ 7468] Eh, okay, some more new perl code. You still can't modify signal params, but this is more correct and less leaky. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 24 Sep 2003 00:52:16 +0000
parents 13f78c350cd3
children 0e9e2b923d09
comparison
equal deleted inserted replaced
6920:13f78c350cd3 6921:11d05ddf30a3
38 SV *gaim_perl_sv_from_value(const GaimValue *value); 38 SV *gaim_perl_sv_from_value(const GaimValue *value);
39 #endif 39 #endif
40 40
41 void *gaim_perl_data_from_sv(GaimValue *value, SV *sv); 41 void *gaim_perl_data_from_sv(GaimValue *value, SV *sv);
42 SV *gaim_perl_sv_from_vargs(const GaimValue *value, va_list *args, 42 SV *gaim_perl_sv_from_vargs(const GaimValue *value, va_list *args,
43 void **copy_arg); 43 void ***copy_arg);
44 44
45 #endif /* _GAIM_PERL_COMMON_H_ */ 45 #endif /* _GAIM_PERL_COMMON_H_ */