[Vala] How to generate binding for single headers?

2010-02-04 Thread G.S.Alex
I have some code written in c with gobject , now I want to use them in vala , but vala-gen-introspect can only create bindings for library. So : Is there any way to generate binding for single headers? By the way , when i use the vala-gen-introspect , the object will have a weak ref to the

[Vala] valadoc.org is down

2010-02-04 Thread Бака Гайдзин
Hi. http://valadoc.org is down. Where can I get some documentation for Vala now? ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] valadoc.org is down

2010-02-04 Thread Tadej Borovšak
Hello. http://valadoc.org is down. Where can I get some documentation for Vala now? Grepping through vapi files works for me even when valadoc is online. Tadej -- Tadej Borovšak tadeboro.blogspot.com tadeb...@gmail.com tadej.borov...@gmail.com ___

Re: [Vala] valadoc.org is down

2010-02-04 Thread Бака Гайдзин
The online documentation is much more comfortable, as for me. 2010/2/4 Tadej Borovšak tadeb...@gmail.com: Hello. http://valadoc.org is down. Where can I get some documentation for Vala now? Grepping through vapi files works for me even when valadoc is online. Tadej -- Tadej Borovšak

[Vala] [ANNOUNCE] Vala 0.7.10 - Compiler for the GObject type system

2010-02-04 Thread Jürg Billeter
We are pleased to announce version 0.7.10 of Vala, a compiler for the GObject type system. Vala 0.7.10 is now available for download at: http://download.gnome.org/sources/vala/0.7/ Changes since 0.7.9 * Support coalescing operator ??. * Support to_string and bitwise complement with enums.

[Vala] internalization

2010-02-04 Thread giuliano manzitti
Hi at all... i'm a newbie in Vala programming... so..I ask u if exist a good and possibly simple guide about the gettext and vala. if u can link a guide:))) bye bye giuliano ___ Vala-list mailing list Vala-list@gnome.org

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

2010-02-04 Thread Rodrigo Cares
Great, congratulations. 2010/2/4 Jürg Billeter j...@bitron.ch We are pleased to announce version 0.7.10 of Vala, a compiler for the GObject type system. Vala 0.7.10 is now available for download at: http://download.gnome.org/sources/vala/0.7/ Changes since 0.7.9 * Support coalescing

Re: [Vala] internalization

2010-02-04 Thread Julian Andres Klode
Am Donnerstag, den 04.02.2010, 19:57 +0100 schrieb giuliano manzitti: Hi at all... i'm a newbie in Vala programming... so..I ask u if exist a good and possibly simple guide about the gettext and vala. if u can link a guide:))) Just write your code, and use '_' for translated strings.

Re: [Vala] internalization

2010-02-04 Thread Tadej Borovšak
Hello. so..I ask u if exist a good and possibly simple guide about the gettext and vala. if u can link a guide:))) I started playing with Vala some time ago and in order to speed-up the learning process, I wrote simple application called sampala (SAMPle vALA application)[1]. It's main

Re: [Vala] Support for method overloading.

2010-02-04 Thread Fredderic Unpenstein
(Re-posted to the group, didn't mean to send it to Jiri personally...) I understand that. No one wants to do someone else's work for no forseeable gain. And it likely would be a fair bit of work, sorting out the resultant mess of what can and can't be conversed to fit which overloaded

Re: [Vala] internalization

2010-02-04 Thread jezra lickter
On Thu, 4 Feb 2010 21:47:39 +0100 Tadej Borovšak tadeb...@gmail.com wrote: Hello. so..I ask u if exist a good and possibly simple guide about the gettext and vala. if u can link a guide:))) I started playing with Vala some time ago and in order to speed-up the learning process, I