jobject test added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9432 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
85d52c2bff
commit
e11d78b88e
1 changed files with 5 additions and 0 deletions
|
|
@ -114,6 +114,11 @@ namespace hi {
|
|||
};
|
||||
}
|
||||
|
||||
struct JObjectTest {
|
||||
virtual ~JObjectTest() {}
|
||||
// Test special Java JNI type jobject
|
||||
virtual jobject foo(jobject x) { return x; }
|
||||
};
|
||||
|
||||
%}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue