[ab] SWIG: %ignore does not work on enums

Luke Crook luke at balooga.com
Wed Jul 11 18:37:34 CDT 2007


Any CFFI swiggers still listening?

I'm trying to %ingore the SDL_EventType enums in lispbuilder-sdl sdlswig.i file 
using an %ignore for each enum. This does not work and SWIG will 'ignore' these
 %ignore's and process these enums. What am I doing wrong?

%ignore SDL_EventType;
%ignore SDL_NOEVENT;

etc.

Thanks,
- Luke



More information about the application-builder mailing list