Re: [Vala] vala 0.7.4 and plugins bug?

2009-07-07 Thread Michael 'Mickey' Lauer
Hit the same and can confirm that the patch fixes it. Can it land in HEAD, please? Cheers, :M: ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] GLib.SList as a property

2009-07-07 Thread Yu Feng
On Tue, 2009-07-07 at 10:50 -0300, Lucas Hermann Negri wrote: > Just: > But how is h_labels defined? unonwed h_labels? Yu > public SList labels { get{return h_labels;} set{h_labels = value;} } > > On Tue, Jul 7, 2009 at 12:44 AM, Yu Feng wrote: > > > > On Mon, 2009-07-06 at 13:08 -0300, Lucas

Re: [Vala] GLib.SList as a property

2009-07-07 Thread Lucas Hermann Negri
Just: public SList labels { get{return h_labels;} set{h_labels = value;} } On Tue, Jul 7, 2009 at 12:44 AM, Yu Feng wrote: > > On Mon, 2009-07-06 at 13:08 -0300, Lucas Hermann Negri wrote: >> I didn't added anything to the list. Just created and destroyed the >> class that had this property, and

Re: [Vala] gnet-2.0 vapi, v2

2009-07-07 Thread Jürg Billeter
On Tue, 2009-07-07 at 01:53 -0400, Michael B. Trausch wrote: > Found a few issues, so here's a second version. Seems vapis can't bind a > function twice with the same name statically and non-statically, so I removed > the instance convenience methods for equality/hashing. > > Also, it's worth n