libvips/python/vipsCC/VDisplay.i

16 lines
235 B
OpenEdge ABL
Raw Normal View History

2007-08-29 18:23:50 +02:00
/* 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