Re: [Vala] ... and one for tiff.vapi
- From: Frederik <scumm_fredo gmx net>
- To: vala-list <vala-list gnome org>
- Subject: Re: [Vala] ... and one for tiff.vapi
- Date: Sat, 01 Aug 2009 20:10:08 +0200
inter wrote:
Hi
the curses sample from the vala website will only work for me with the
following patch
cheers, lariamat
And here's a patch for 'tiff.vapi'. Otherwise the TIFF wiki sample
doesn't work:
"error: field type `Tiff.PutUnion` is less accessible than field
`Tiff.RGBAImage.put`"
Regards,
Frederik
diff --git a/vapi/tiff.vapi b/vapi/tiff.vapi
index cc0a10e..1b4bf7f 100644
--- a/vapi/tiff.vapi
+++ b/vapi/tiff.vapi
@@ -104,7 +104,7 @@ namespace Tiff {
}
[Compact]
- private class PutUnion {
+ public class PutUnion {
public delegate void any (RGBAImage p1);
TileContigRoutine contig;
TileSeparateRoutine separate;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]