2
0

swig_common.i 103 B

1234567
  1. %typemap(newfree) char * "free($1);";
  2. %newobject getGlobalVariable;
  3. %rename(msleep) switch_msleep;