PageRenderTime 39ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/php/disown/example.i

#
Swig | 12 lines | 6 code | 4 blank | 2 comment | 0 complexity | dacde2e3d73754155d636486261ade92 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. /* File : example.i */
  2. %module example
  3. %{
  4. #include "example.h"
  5. %}
  6. %apply SWIGTYPE *DISOWN {(Shape *s)};
  7. /* Let's just grab the original header file here */
  8. %include "example.h"