comparison plugins/perl/common/ImgStore.xs @ 11290:b284c703d398

[gaim-migrate @ 13490] Did some house cleaning on the code finished up some of the "TODO" stuff that was left over from when I originally did the XSUBs. Furthermore, the dynamically loaded Perl package problems should be corrected now that the context is set before one of the concurrent perl interpreters is run. committer: Tailor Script <tailor@pidgin.im>
author John H. Kelm <johnkelm@gmail.com>
date Thu, 18 Aug 2005 01:35:14 +0000
parents 134d0001983d
children
comparison
equal deleted inserted replaced
11289:b633879e23f9 11290:b284c703d398
1
2 #include "module.h" 1 #include "module.h"
3
4 2
5 MODULE = Gaim::ImgStore PACKAGE = Gaim::ImgStore PREFIX = gaim_imgstore_ 3 MODULE = Gaim::ImgStore PACKAGE = Gaim::ImgStore PREFIX = gaim_imgstore_
6 PROTOTYPES: ENABLE 4 PROTOTYPES: ENABLE
7
8
9 5
10 int 6 int
11 gaim_imgstore_add(data, size, filename) 7 gaim_imgstore_add(data, size, filename)
12 void *data 8 void *data
13 size_t size 9 size_t size