libvips/swig/vipsCC/VDisplay.i

16 lines
239 B
OpenEdge ABL

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