Re: [Vala] Can adding new virtual method break ABI?

2011-12-12 Thread Luca Bruno
On Mon, Dec 12, 2011 at 12:01 PM, Jürg Billeter j...@bitron.ch wrote: On Sun, 2011-12-11 at 11:34 +0100, Luca Bruno wrote: 2011/12/11 Tal Hadad tal...@hotmail.com This idea is based on the assumption that the size of XClass struct doesn't matter and can be changed(Am I right?).

Re: [Vala] Can adding new virtual method break ABI?

2011-12-12 Thread Jürg Billeter
On Mon, 2011-12-12 at 12:12 +0100, Luca Bruno wrote: On Mon, Dec 12, 2011 at 12:01 PM, Jürg Billeter j...@bitron.ch wrote: On Sun, 2011-12-11 at 11:34 +0100, Luca Bruno wrote: 2011/12/11 Tal Hadad tal...@hotmail.com This idea is based on the assumption

Re: [Vala] Adding macros to a vapi for a non-gobject type library

2011-12-12 Thread Geoff Johnson
Okay, thanks a lot. That should help me to keep going. I will place this question directly to the IRC channel as well but is there any chance that there's a vapi documentation project that's been started that I could offer to contribute to? Geoff On Sat, Dec 10, 2011 at 3:48 PM, Evan Nemerson

[Vala] feature request + proposed patch: infer enum scope from expected type

2011-12-12 Thread Timo Kluck
Dear vala-developers, I thought it would be nice if it was possible to write:    A.bind_property(prop, B, prop, SYNC_CREATE|BIDIRECTIONAL); and not having to specify the scope GLib.BindingFlags:    A.bind_property(prop, B, prop, GLib.BindingFlags.SYNC_CREATE|GLib.BindingFlags.BIDIRECTIONAL);