Re: [Vala] Friend class?

2009-03-12 Thread Uwe Strempel
Hello, I think friend class should not supported in vala. If you use them that shows that code should be redisgned. In c# and other programming language there is a programming paradigm for explicit or hidden interfaces. I think that would be a better approuch. In c# it is also possible to define in

Re: [Vala] Windows Low level with Vala

2009-03-12 Thread Uwe Strempel
Hello, in vala-1.0.vapi I've found some type name unichar. This is the unicode (16bit character) representation in glib. I think unichar* could be one solution to get LPCWSTR to run. Regards Uwe 2009/3/10 > Thank you both for your info. > > Got invoked MessageBoxA into the vapi file and it com

[Vala] owned/unowned keywords

2009-03-12 Thread Кутейников Дмитрий
Can you write some lines of documentation about 'owned' and 'unowned' keywords at http://live.gnome.org/Vala/ReferenceHandling ? Thanks in advance ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Creating executables without glib/gobject

2009-03-12 Thread Jürg Billeter
On Wed, 2009-03-11 at 17:46 +0800, Barry Kauler wrote: > I am very interested in what you have done, with your "Multiboot" > code. I'm wondering how far this can be pushed. Is it feasible to code > in a subset of Vala/Genie such that Glib/Gobject is not required, only > the C library, so the execut

Re: [Vala] Creating executables without glib/gobject

2009-03-12 Thread Barry Kauler
static glib with dietlibc? ...I've been down that path. With dietlibc I got errors that I couldn't solve, so I tried uClibc and that worked. I ended up with libglib.a, libgmodule.a, libgobject.a, libgthread.a. I also had to compile libiconv statically in the uClibc build environment. I was then a

[Vala] Fwd: Replacing "void method ( out Type)" with "Type method()"

2009-03-12 Thread pancake
Begin forwarded message: From: pancake Date: March 12, 2009 9:21:07 AM GMT+01:00 To: Adi Roiban Subject: Re: [Vala] Replacing "void method ( out Type)" with "Type method()" An atribute to define a method as the one to get a string representation would be cool. This is.. In java we