Sign in
fuchsia
/
third_party
/
swig
/
refs/tags/v4.0.2
/
.
/
Examples
/
php
/
disown
/
example.i
blob: 599f162c5775ecfb2004371584e5834cddd4c888 [
file
] [
log
] [
blame
]
/* 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"