libvips/swig/vipsCC/VDisplay.i
2009-11-10 13:54:15 +00:00

16 lines
235 B
OpenEdge ABL

/* SWIG interface file for VDisplay.
*/
%module VDisplay
%{
#include <vips/vipscpp.h>
%}
%import "VError.i"
/* Need to override assignment to get refcounting working.
*/
%rename(__assign__) *::operator=;
%include vips/VDisplay.h