libvips/swig/vipsCC/VDisplay.i

16 lines
235 B
OpenEdge ABL
Raw Normal View History

2009-08-16 17:00:08 +02:00
/* SWIG interface file for VDisplay.
*/
%module VDisplay
%{
2009-11-10 14:54:15 +01:00
#include <vips/vipscpp.h>
2009-08-16 17:00:08 +02:00
%}
%import "VError.i"
/* Need to override assignment to get refcounting working.
*/
%rename(__assign__) *::operator=;
2009-11-10 14:54:15 +01:00
%include vips/VDisplay.h