[Vala] [vala 0.8.0] construct properties in interface
- From: Nicolas Joseph <gege2061 redaction-developpez com>
- To: vala-list <vala-list gnome org>
- Subject: [Vala] [vala 0.8.0] construct properties in interface
- Date: Thu, 1 Apr 2010 11:01:36 +0200
Hello,
I have a compilation error with vala 0.8.0:
public interface Valide.Plugin : Object
{
public abstract string path { get; construct set; }
public abstract Window window { get; construct set; }
}
libvalide/plugin.vala:30.38-30.51: error: construct properties not supported
for specified property type
libvalide/plugin.vala:35.40-35.53: error: construct properties not
supported for specified property type
What is the good way to fix this error?
--
Nicolas Joseph
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]