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

2008-06-04 Thread Jürg Billeter
On Tue, 2008-06-03 at 14:58 -0700, Michael Lawrence wrote: > On Tue, Jun 3, 2008 at 2:18 PM, Jürg Billeter <[EMAIL PROTECTED]> wrote: > Vala 0.3.3 is now available for download at: > http://download.gnome.org/sources/vala/0.3/ > > Changes since 0.3.2 > *

Re: [Vala] Resizable array in Vala

2008-06-04 Thread Maciej Piechotka
Maciej Piechotka <[EMAIL PROTECTED]> writes: > Jürg Billeter <[EMAIL PROTECTED]> writes: > >> On Tue, 2008-06-03 at 23:22 +0200, Maciej Piechotka wrote: >>> Is it possible to create an array one can resize (similar to realloc). >>> It will be often accessed and rary resized but I need this fuction

[Vala] Problem with notifications

2008-06-04 Thread Maciej Piechotka
I have a read-only property. However in some cases it is changed within the class (by _property). How to send notification about it? To call notify I have to get ParamSpec which I can receive by find_property to which I need to access ObjectClass I don't know how to access. Regards -- I've probab

Re: [Vala] Problem with notifications

2008-06-04 Thread Juerg Billeter
On Wed, June 4, 2008 13:12, Maciej Piechotka wrote: > I have a read-only property. However in some cases it is changed within > the class (by _property). How to send notification about it? > To call notify I have to get ParamSpec which I can receive by > find_property > to which I need to access Ob

Re: [Vala] Problem with notifications

2008-06-04 Thread Maciej Piechotka
On Wed, 2008-06-04 at 13:24 +0200, Juerg Billeter wrote: > On Wed, June 4, 2008 13:12, Maciej Piechotka wrote: > > I have a read-only property. However in some cases it is changed within > > the class (by _property). How to send notification about it? > > To call notify I have to get ParamSpec whic

[Vala] Array slicing?

2008-06-04 Thread Mikkel Kamstrup Erlandsen
Hi Valists, I am very much enjoying array slicing[1] in Python and I am contemplating having a stab at implementing it for Vala. However I would like a bit of feedback before I start spending too much time on it. It looks like it may require a lot of work. I see three cases where it can be applie

[Vala] How use the vala parser with/instead ctags?

2008-06-04 Thread gege2061
Hi, I create a vala parser for ctags from the C/C#/Java/Vera parser. I would like remplace it by the vala parser (for ctags integration or not)? Or, can we have a valac front-end for produce XML file, like gcc-xml (http://www.gccxml.org/)? -- Nicolas Joseph Responsable de la rubrique GTK+ de