*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4936 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
76e434d527
commit
8fe5b44997
1 changed files with 9 additions and 0 deletions
|
|
@ -1,6 +1,15 @@
|
|||
Version 1.3.20 (In progress)
|
||||
============================
|
||||
|
||||
06/29/2003: cheetah (William Fulton)
|
||||
[Java, C#] SF #670949 request. The destructor wrapper function name is now
|
||||
configurable. A new attribute called methodname in the
|
||||
javadestruct/javadestruct_derived (Java) or csdestruct/csdestruct_derived (C#)
|
||||
typemaps specifies the method name. For example in Java the destructor is
|
||||
wrapped by default with the delete method:
|
||||
|
||||
%typemap(javadestruct, methodname="delete") SWIGTYPE {...}
|
||||
|
||||
06/27/2003: cheetah (William Fulton)
|
||||
[Java, C#] The throws attribute for adding exception classes to the throws
|
||||
clause also now works with the following typemaps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue