13 lines
160 B
OpenEdge ABL
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
|