SWIG: test callback & output grabbing
This commit is contained in:
11
client/experimental_client_with_swig/example/example.i
Normal file
11
client/experimental_client_with_swig/example/example.i
Normal file
@@ -0,0 +1,11 @@
|
||||
/* File : example.i */
|
||||
%module(directors="1") example
|
||||
%{
|
||||
#include "example.h"
|
||||
%}
|
||||
|
||||
/* turn on director wrapping Callback */
|
||||
%feature("director") Callback;
|
||||
|
||||
%include "example.h"
|
||||
|
||||
Reference in New Issue
Block a user