[shotwell] libraw: Fix binding of ProcessedImage.data
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell] libraw: Fix binding of ProcessedImage.data
- Date: Sun, 26 Jun 2016 07:33:48 +0000 (UTC)
commit 71de94d2aa1f622bd800fa41d3b3ca83aa51c833
Author: Jens Georg <mail jensge org>
Date: Sat Jun 25 13:32:00 2016 +0200
libraw: Fix binding of ProcessedImage.data
Signed-off-by: Jens Georg <mail jensge org>
vapi/libraw.vapi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/libraw.vapi b/vapi/libraw.vapi
index 7cce2b1..db4fafb 100644
--- a/vapi/libraw.vapi
+++ b/vapi/libraw.vapi
@@ -163,7 +163,7 @@ public class ProcessedImage {
public ushort colors;
public ushort bits;
public uint data_size;
- [CCode (array_length=false)]
+ [CCode (array_length_cname="data_size")]
public uint8[] data;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]