Re: [Vala] Operator overloading

2009-03-27 Thread James Livingston
On 27/03/2009, at 9:24 AM, Maciej Piechotka wrote: i * j = k -j * i = k k/i = j or -j? Do you mean left-divide or right-divide? In the first equation you are left-multiplying by i, the latter you are right-multiplying by i. k / i is ambiguous as to which it means.

[Vala] Array parameter calling conventions

2009-03-27 Thread Walter Mundt
I've noticed that in VAPI files, there seems to only be two calling conventions for array-type parameters: with and without the length and size params passed. To make it cleaner to bind to C libraries, it would be nice to have a more flexible way to specify this. How hard/desirable would it be

Re: [Vala] Array parameter calling conventions

2009-03-27 Thread Maciej Piechotka
Walter Mundt wrote: I've noticed that in VAPI files, there seems to only be two calling conventions for array-type parameters: with and without the length and size params passed. To make it cleaner to bind to C libraries, it would be nice to have a more flexible way to specify this. How

[Vala] Anyone working on alsa.vapi?

2009-03-27 Thread Hans Baier
Hi, in order to avoid duplicated effort: Has anyone worked on an ALSA vapi file? Hans ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Anyone working on alsa.vapi?

2009-03-27 Thread Arc Riley
We're working on an ogg.vapi and al.vapi (OpenAL) 2009/3/27 Hans Baier hansfba...@googlemail.com Hi, in order to avoid duplicated effort: Has anyone worked on an ALSA vapi file? Hans ___ Vala-list mailing list Vala-list@gnome.org

Re: [Vala] Anyone working on alsa.vapi?

2009-03-27 Thread Maciej Piechotka
Hans Baier wrote: Hi, in order to avoid duplicated effort: Has anyone worked on an ALSA vapi file? Hans Unless you are doing someting more advanced why not use gstreamer? Regards -- I've probably left my head... somewhere. Please wait untill I find it. Homepage (pl_PL):

Re: [Vala] Anyone working on alsa.vapi?

2009-03-27 Thread Michael 'Mickey' Lauer
On Saturday 28 March 2009 00:42:52 Maciej Piechotka wrote: Hans Baier wrote: Hi, in order to avoid duplicated effort: Has anyone worked on an ALSA vapi file? Hans Unless you are doing someting more advanced why not use gstreamer? Unfortunately, some platforms are too slow to use