summaryrefslogtreecommitdiffstats
path: root/bindings/objc/objc.i
blob: 6b696d2986d0bd434cdd13fae1b7a27928b20d33 (plain)
1
2
3
4
5
6
7
/* File : objc.i */

/* 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) };

%include ../_common/tinyWRAP.i
OpenPOWER on IntegriCloud