Re: [Vala] GLib.SList as a property

2009-07-05 Thread Lucas Hermann Negri
Thanks, bugs reported. 2009/7/5 Jiří Zárevúcky zarevucky.j...@gmail.com: 2009/7/5 Lucas Hermann Negri kknd...@gmail.com: Hello, I have a property of GLib.SList type, defined this way: public SListstring labels { get{return h_labels;} set{h_labels = value;} } But this leaks memory.

[Vala] Multidimensional arrays

2009-07-05 Thread Lucas Hermann Negri
Hello, How do I create bi-dimensional arrays with rows of different sizes? Like: '' double[][] arr = new double[2][]; arr[0] = {1, 2, 3}; arr[1] = {1, 2}; '' Thanks. -- http://oproj.tuxfamily.org ___ Vala-list mailing list Vala-list@gnome.org

Re: [Vala] Removal of Mono

2009-07-05 Thread Fredderic
On Mon, 29 Jun 2009 16:32:10 +0100, Daniel Lucraft d...@fluentradical.com wrote: I remember reading once that although Excel had the ability to import from Lotus 123 since the beginning, it was only when Excel gained the ability to *export* to Lotus 123 that it saw significant takeup,