From 72e3d4c55a6569d966059f762824c38d06055871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 29 Oct 2016 23:24:31 +0200 Subject: New upstream version 0.25.0 --- vapi/libraw.vapi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vapi/libraw.vapi') diff --git a/vapi/libraw.vapi b/vapi/libraw.vapi index db4fafb..da6a57e 100644 --- a/vapi/libraw.vapi +++ b/vapi/libraw.vapi @@ -247,7 +247,8 @@ public struct Thumbnail { public ushort theight; public uint tlength; public int tcolors; - public int8 *thumb; + [CCode (array_length_cname="tlength")] + public uint8[] thumb; } [CCode (cname="enum LibRaw_thumbnail_formats", cprefix="LIBRAW_THUMBNAIL_")] -- cgit v1.2.3