Repair typemap for proxy function params.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-c@13187 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
122931dc59
commit
95ddf1174d
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
|||
|
||||
%typemap(proxy) void [ANY][ANY], short [ANY][ANY], int [ANY][ANY], long [ANY][ANY], char [ANY][ANY], float [ANY][ANY], double [ANY][ANY] "$1_ltype"
|
||||
%typemap(proxy) SWIGTYPE "$1_ltype *"
|
||||
%typemap(proxy) SWIGTYPE * "$1_ltype *"
|
||||
%typemap(proxy) SWIGTYPE * "$1_ltype "
|
||||
%typemap(proxy) SWIGTYPE & "$1_ltype *"
|
||||
%typemap(proxy) SWIGTYPE [ANY][ANY], SWIGTYPE ** "/* whoa */ $1_ltype ***"
|
||||
%typemap(proxy) SWIGTYPE *[ANY] "/*ooooh*/ $1_ltype **"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue