dwww Home | Show directory contents | Find package

/* File : example.i */
%module(directors="1") example
%{
#include "example.h"
%}

/* turn on director wrapping Callback */
%feature("director") Callback;

/* Caller::setCallback(Callback *cb) gives ownership of the cb to the
 * Caller object.  The wrapper code should understand this. */
%apply SWIGTYPE *DISOWN { Callback *cb }; 

%include "example.h"

Generated by dwww version 1.15 on Tue Jul 2 00:35:55 CEST 2024.