doubango/trunk/bindings/ruby/ruby.i

8 lines
219 B
OpenEdge ABL
Raw Normal View History

2010-05-24 22:59:22 +00:00
/* File : ruby.i */
2010-05-26 00:48:33 +00:00
/* http://www.swig.org/Doc1.3/Library.html#Library_carrays
* 8.3.2 Passing binary data */
%apply (char *STRING, int LENGTH) { (const void* buffer, int len) };
2010-05-24 22:59:22 +00:00
%include ../_common/tinyWRAP.i