feat(test): better coverage for vips interface

This commit is contained in:
Tomas Aparicio 2015-04-11 14:19:15 +02:00
parent b065e902ed
commit 2bc5756fad
3 changed files with 87 additions and 39 deletions

1
vips.h
View file

@ -243,3 +243,4 @@ vips_watermark(VipsImage *in, VipsImage **out, watermarkTextOptions *to, waterma
g_object_unref(base);
return 0;
};