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
|