Files

12 lines
177 B
OpenEdge ABL
Raw Permalink Normal View History

2020-12-13 23:43:03 +01:00
/* File : example.i */
%module(directors="1") example
%{
#include "example.h"
%}
/* turn on director wrapping Callback */
%feature("director") Callback;
%include "example.h"