aboutsummaryrefslogtreecommitdiff
path: root/Examples/php5/disown/example.i
blob: 599f162c5775ecfb2004371584e5834cddd4c888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* File : example.i */
%module example

%{
#include "example.h"
%}

%apply SWIGTYPE *DISOWN {(Shape *s)};

/* Let's just grab the original header file here */
%include "example.h"