From: Didier 'Ptitjes Date: Sat, 21 Mar 2009 04:20:22 +0000 (+0100) Subject: GIR writer: Improve property generation X-Git-Tag: 0.7.2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8abdb70a5f35f5eab388bca049d12432f70552a;p=thirdparty%2Fvala.git GIR writer: Improve property generation Generate readable, construct and construct-only attributes on property. Signed-off-by: Didier 'Ptitjes --- diff --git a/gobject/valagirwriter.vala b/gobject/valagirwriter.vala index f19031a22..53ef7eb1e 100644 --- a/gobject/valagirwriter.vala +++ b/gobject/valagirwriter.vala @@ -562,11 +562,18 @@ public class Vala.GIRWriter : CodeVisitor { write_indent (); stream.printf ("\n"); indent++;