summaryrefslogtreecommitdiff
path: root/vapi/libraw.vapi
diff options
context:
space:
mode:
Diffstat (limited to 'vapi/libraw.vapi')
-rw-r--r--vapi/libraw.vapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/libraw.vapi b/vapi/libraw.vapi
index b1b5875..146f447 100644
--- a/vapi/libraw.vapi
+++ b/vapi/libraw.vapi
@@ -248,7 +248,7 @@ public struct Thumbnail {
public uint tlength;
public int tcolors;
[CCode (array_length_cname="tlength")]
- public uint8[] thumb;
+ public unowned uint8[] thumb;
}
[CCode (cname="enum LibRaw_thumbnail_formats", cprefix="LIBRAW_THUMBNAIL_")]