comparison nodejs/mbfly_njs.h @ 639:dc32c1c140ae

First compilable image loader binding for Javascript
author Thinker K.F. Li <thinker@branda.to>
date Mon, 26 Jul 2010 20:13:58 +0800
parents 683889344459
children b6fb543d69ee
comparison
equal deleted inserted replaced
638:683889344459 639:dc32c1c140ae
32 /* From font.cc */ 32 /* From font.cc */
33 void xnjsmb_font_init_mb_rt_temp(v8::Handle<v8::FunctionTemplate> mb_rt_temp); 33 void xnjsmb_font_init_mb_rt_temp(v8::Handle<v8::FunctionTemplate> mb_rt_temp);
34 34
35 /* From image_ldr.cc */ 35 /* From image_ldr.cc */
36 void 36 void
37 xnjsmb_img_ldr_init_mb_rt_temp(v8::Handle<v8::FunctionTemplate> mb_rt_temp); 37 xnjsmb_img_ldr_init_mb_rt_temp(v8::Handle<v8::Object> mb_rt_temp);
38 38
39 #endif /* __MBFLY_NJS_H_ */ 39 #endif /* __MBFLY_NJS_H_ */