Re: [Vala] Vala completion support for vim

2011-08-31 Thread Andrea Del Signore
Hi On Tue, 2011-08-30 at 09:29 -0700, Damien Radtke wrote: This program ends with ** Message: symbolresolver.vala:54: file program.vala - can't resolve using directive: Afrodite. I'm assuming this means that I would have to add libafrodite-0.12.vapi to the engine manually, but it's

Re: [Vala] Was GNOME Panel applet example removed?

2011-08-31 Thread Alessandro Pellizzari
Il giorno mar, 30/08/2011 alle 22.40 +0300, Tal Hadad ha scritto: However, GNOME3 has different opinions among users. So I think that it's wrong to remove examples just because GNOME moved on. Totally agree. Moreover, there is a fork of gnome2 (mate), and I think gnome2 and eventually mate

Re: [Vala] Was GNOME Panel applet example removed?

2011-08-31 Thread Frederik
On 08/31/2011 12:52 PM, Alessandro Pellizzari wrote: Il giorno mar, 30/08/2011 alle 22.40 +0300, Tal Hadad ha scritto: However, GNOME3 has different opinions among users. So I think that it's wrong to remove examples just because GNOME moved on. Totally agree. Moreover, there is a fork

[Vala] Is a Direct GCallback to signals possible in vala?

2011-08-31 Thread Tal Hadad
I take a look in the generated C code, and I thought, does signal handling have to be two stages? It possible to do it on 1 stage, right? I'll give an example that shows this behavior: Take a look on gtk_widget_hide_on_delete method in GTK. This method were ment to be used as direct callback to

Re: [Vala] Is a Direct GCallback to signals possible in vala?

2011-08-31 Thread Tal Hadad
Sorry about my mistake, I should wrote at the end: widget.hide_on_delete() Tal From: tal...@hotmail.com To: vala-list@gnome.org Date: Wed, 31 Aug 2011 17:23:30 +0300 Subject: [Vala] Is a Direct GCallback to signals possible in vala? I take a look in the generated C code, and I thought, does

Re: [Vala] Vala logo symbol voting

2011-08-31 Thread Tobias Bernard
I totally agree with you that war isn't a good symbolism for this, it is one of the reasons I deleted that proposal. The reason why I created it in the first place was the sound of Vala: it reminds of Valkyrie or Valhalla (and if you've read the Silmarillion it reminds of the Valar), and ancient

Re: [Vala] Vala completion support for vim

2011-08-31 Thread Damien Radtke
I don't believe the segfault bug is limited to the CompletionEngine destructor. I ran a quick test by commenting out the entire destructor, and it didn't help (remember I also ran into the problem when I tried creating a CodeDom). I did, however, notice that it adds some log messages via

Re: [Vala] Vala completion support for vim

2011-08-31 Thread Andrea Del Signore
On Wed, 2011-08-31 at 10:25 -0700, Damien Radtke wrote: I don't believe the segfault bug is limited to the CompletionEngine destructor. I ran a quick test by commenting out the entire destructor, and it didn't help (remember I also ran into the problem when I tried creating a CodeDom). I did,

Re: [Vala] Vala completion support for vim

2011-08-31 Thread Damien Radtke
I believe I've found the problem. =) I figured out how to enable debugging and discovered that the segfault occurred in the CodeDom destructor. Part of the destructor runs a foreach loop on source_files, which was null. In order to make sure that object creation worked correctly, my test included

[Vala] Google Native Client and Vala

2011-08-31 Thread Andrea Del Signore
Just in case that's of some interest to someone, I'm doing some experiments binding the Google Native Client API [1] and writing a nacl module in vala. I pushed my results in this git repos: https://gitorious.org/ideas/nacl-vala Regards, Andrea [1] http://code.google.com/chrome/nativeclient/

Re: [Vala] Vala logo symbol voting

2011-08-31 Thread Dru Moore
Probably far too late in the process to come back and comment on this but I have a few general comments. I really like the concept of wings etc and think of the logo marks, all but #4 are really very strong, to me #4 is the weakest and is only good. However, I really dislike the font used for

[Vala] Error attempting to use WebKit-3.0.gir

2011-08-31 Thread bsquared
How can I use this gir directly. I get the following errors: $ valac --pkg gtk+-3.0 --pkg json-glib-1.0 --pkg JSCore-3.0 --pkg WebKit-3.0 --vapidir . --pkg config gss_js_vala.vala JSCore-3.0.gir:0.0-0.0: error: The type name `JSGlobalContextRef' could not be found JSCore-3.0.gir:0.0-0.0: error:

[Vala] How to make shared library in win32?

2011-08-31 Thread san hoi
I try to build libdvw shared library. But following error occur. https://live.gnome.org/Vala/SharedLibSample http://gitorious.org/libdvw/libdvw toddw@TODDW-PC /C/msys/home/toddw/libdvw/dvw (master) $ valac --pkg config --pkg gtk+-2.0 --pkg gee-1.0 --pkg libxml-2.0 --vapidir=../vapi/ *.vala