Set wrap:name for variables for use in special variable
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10270 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9c5610a8e9
commit
2bef4d6b0c
8 changed files with 14 additions and 0 deletions
|
|
@ -1162,6 +1162,7 @@ public:
|
|||
// Build the name for scheme.
|
||||
proc_name = NewString(iname);
|
||||
Replaceall(proc_name, "_", "-");
|
||||
Setattr(n, "wrap:name", proc_name);
|
||||
|
||||
if (1 || (SwigType_type(t) != T_USER) || (is_a_pointer(t))) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue