Re: [Vala] shortcut: Better co-routine support with fibers

2009-04-25 Thread Sam Liddicott
Michael 'Mickey' Lauer wrote: Sam, this is exciting stuff, I'd love to see this in Vala. aye! I got it working in samba yesterday. I had a function that used LOADS of variables and was quite long and complicated and I really didn't want to break it up into composite parts sharing common

[Vala] Error in allocating memory

2009-04-25 Thread Bharani Deepan
Hello, I am a MCA student from India.For my project i have chosen Digital image processing. I am new to vala and have some coding experience in c#.I have started my coding.But i am struck with a problem. Here is my code Gdk.Pixbuf p=new Gdk.Pixbuf.from_file(one1.png); int

Re: [Vala] Error in allocating memory

2009-04-25 Thread Hans Baier
GLib-ERROR **: /build/buildd/glib2.0-2.18.2/glib/gmem.c:136: failed to allocate 4294967295 bytes aborting... Aborted Looks like a Vala bug I've seen here on the list before.. Hans ___ Vala-list mailing list Vala-list@gnome.org

[Vala] Vala reserved keywords

2009-04-25 Thread Adi Roiban
Hi, Is type a reserved keyword ? I looks it can no be used as a property as it will result in --- myobject.h --- gint MYOBJECT_get_type (MYOBJECT* self); GType MYOBJECT_get_type (void); Is there a list of Vala reserved keywors? I tried to look at the Syntax wiki page:

Re: [Vala] Error in allocating memory

2009-04-25 Thread Sam Danielson
I ran into something like this using the 6.1 compiler. Don't know if it exists in 7.*, nor did I see a bug that fit the description. It looks like an array length problem of which the only workaround I know is to use resize. External libs communicate size info separately but I would still expect

Re: [Vala] Vala support for automake

2009-04-25 Thread Yu Feng
Is it possible to also add valadoc support in automake together with vala support? Yu On Thu, 2009-04-16 at 21:19 +0200, Jürg Billeter wrote: On Thu, 2009-04-16 at 21:09 +0200, Ralf Wildenhues wrote: * Jürg Billeter wrote on Thu, Apr 16, 2009 at 09:02:30PM CEST: On Thu, 2009-04-16 at 20:49