flag the memberget/memberset methods and use it to deactivate kwargs, reported by amaury
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8257 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
49b7caf240
commit
f3cd3bfe21
3 changed files with 7 additions and 2 deletions
|
|
@ -2,9 +2,10 @@
|
|||
|
||||
%kwargs;
|
||||
|
||||
%rename(myDel) del;
|
||||
%inline
|
||||
{
|
||||
struct s { int a; };
|
||||
struct s { int del; };
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue