swig/Examples/test-suite/import_callback_x.i

12 lines
163 B
OpenEdge ABL

%module import_callback_x
%{
#include "import_callback_x.h"
%}
%callback("%s_cb_ptr") X::xmethod;
%import "import_callback_y.i"
%include "import_callback_x.h"