Re: [Vala] Creating a binding for a non-glib library and using delegate to map a function pointer

2011-03-12 Thread Abderrahim Kitouni
في ج، 11-03-2011 عند 16:25 +0100 ، كتب Luca Dionisi: Perhaps I got the point where I was wrong. On Fri, Mar 11, 2011 at 12:42 PM, Luca Dionisi luca.dion...@gmail.com wrote: First pass, I prepared a direct mapping vapi. libfoo.vapi[http://pastebin.com/rZb6JqAZ] [IMPORTANT note: if I

Re: [Vala] Regression on async with nullable out parameters

2011-03-12 Thread Abderrahim Kitouni
في س، 12-03-2011 عند 11:56 +0800 ، كتب Nor Jaidi Tuah: The following crashed when compiled with Vala 0.11.6. This is a regression since it works with 0.9.x. [...] When the while expression is changed to while ((line = yield input.read_line_async (100, cancellable, null)) != null) {

[Vala] [ANNOUNCE] Vala 0.10.4 - Compiler for the GObject type system

2011-03-12 Thread Jürg Billeter
We are pleased to announce version 0.10.4 of Vala, a compiler for the GObject type system. Vala 0.10.4 is now available for download at: http://download.gnome.org/sources/vala/0.10/ Changes since 0.10.3 * Bug fixes and binding updates. Vala is a new programming language that aims to bring