Re: [Vala] [Genie] Dict/List as properties

2013-04-19 Thread Al Thomas
On Sun, 14 Apr 2013 20:50:07 +0001, Alex Stefan Kaye noxdeleo googlemail com wrote: I'm wondering if/how I can use dicts and lists in class properties, for example: prop private channel_map:dict of string,list of Gst.ChannelPosition I remember having a similar problem in the one Genie

[Vala] [Genie] Dict/List as properties

2013-04-14 Thread Alex Stefan Kaye
Hi all, I'm wondering if/how I can use dicts and lists in class properties, for example: prop private channel_map:dict of string,list of Gst.ChannelPosition Gives this error: error: syntax error, expected line end or semicolon but got `of'   prop private channel_map:dict of string,list of