Re: [Vala] [ANNOUNCE] Vala 0.11.3 - Compiler for the GObject type system

2011-01-07 Thread Nicolas Joseph
Hi, On Wed, 05 Jan 2011 23:41:09 +0100, Jürg Billeter wrote: We are pleased to announce version 0.11.3 of Vala, a compiler for the GObject type system. Vala 0.11.3 is now available for download at: http://download.gnome.org/sources/vala/0.11/ This is a development release leading toward

Re: [Vala] Potential memory leak?

2011-01-07 Thread Stefano Debenedetti
Il 29/12/2010 20:45, Abderrahim Kitouni ha scritto: Isn't this a memory leak? It is. But this is not intentional : the bindings are auto generated and often return values are marked as unowned while they should be freed. Feel free to file a bug. Here's another similar case in

Re: [Vala] Are nested interfaces disallowed?

2011-01-07 Thread Anatol Pomozov
ping. Are nested classes/interfaces officially supported in vala? Classes seems work fine with vala 0.10 [1], but not interfaces. 1) public class AClass { public class BClass { public void print() { stdout.printf(Hello, world!\n); } } } void main() {

[Vala] btibake receipe for building vala HelloWorld

2011-01-07 Thread calpas calpas
Dear all, I am new to vala programming and embedded system programming as well. I am looking for a bitbake receipe for compiling a basic HelloWorld program. I have build Openembedded on my system for SHR application development but unfortunately I'm not yet able to build a simple HelloWorld

[Vala] using aliases?

2011-01-07 Thread Alexander Krivács Schrøder
Hi. Are there plans to incorporate using aliases in Vala? It would be very handy to have them, especially in cases where you encounter the annoying ambiguous reference error. If for instance you have a class named Parameter in some Very.Long.And.Winded.Namespace and you try to use it, you get