libvips/python/vipsCC/VError.i
2007-08-29 16:23:50 +00:00

13 lines
160 B
OpenEdge ABL

/* SWIG interface file for VError.
*/
%module VError
%{
#include <vips/vipscpp.h>
%}
%include "std_except.i"
%include "std_string.i"
%include vips/VError.h