Re: [Vala] Action signals

2009-04-06 Thread gege2061
I don't know the difference, but this flags is necessary for use the key binding. http://library.gnome.org/devel/gobject/stable/gobject-Signals.html#GSignalFlags http://library.gnome.org/devel/gtk/stable/gtk-Bindings.html 2009/4/6 Yu Feng rainwood...@gmail.com Hi, I was working on a related

Re: [Vala] Action signals

2009-04-06 Thread Andrea Bolognani
On Mon, 6 Apr 2009 10:24:25 +0200 gege2061 gege2...@redaction-developpez.com wrote: I don't know the difference, but this flags is necessary for use the key binding. 2009/4/6 Yu Feng rainwood...@gmail.com What's the difference between an action signal and other signals? Action signal

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

2009-04-06 Thread Andrea Del Signore
On Mon, 2009-04-06 at 01:52 -0400, Yu Feng wrote: Hi Jürg, On Sun, 2009-04-05 at 17:54 +0200, Jürg Billeter wrote: We are pleased to announce version 0.7.0 of Vala, a compiler for the GObject type system. Vala 0.7.0 is now available for download at:

[Vala] empty ListT is null - bug or feature?

2009-04-06 Thread Jan Spurny
Hi, I'd like to know if this is considered to be a bug or feature: when I pass an empty list to some function/method, it generates critical error - but to any Java/C#/C++/Whatever programmer this would be very confusing.. I know the reason for this as I've been working with glib for some time,

[Vala] private extern class methods.

2009-04-06 Thread Yu Feng
Dear list, I encountered a very hidden problem with private extern class methods, which I would like to share with you. The scenario is like this. It compiles, links. everything seems fine until the library is installed: the produced .so file will have a wrong reloc symbol which doesn't work

Re: [Vala] private extern class methods.

2009-04-06 Thread pancake
The same bug should appear with Solaris and the Sun Studio (aka Forte compiler) you should build everything with -fPIC, can you provide more information about your build ? console output? SElinux doesnt allows symbol relocation because it can be dangerous (can be used for in-memory patching

Re: [Vala] private extern class methods.

2009-04-06 Thread Yu Feng
The generated (problematic) ccode, declares a static prototype for an extern symbol, which I believe is the cause of the problem. After replacing the declaration with extern keyword, the library is no longer a SE trouble maker. The library was built with a DISABLE_STATIC libtool with

[Vala] libexif vapi bindings

2009-04-06 Thread Jim Nelson
As part of a project I'm working on, I developed a vapi file for libexif ( http://libexif.sourceforge.net/). This is the first vapi file I've developed, so no promises on completeness or robustness. If someone with more vapi experience could look it over and offer suggestions for improvement, it

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

2009-04-06 Thread Yu Feng
Hi Jurg, Vala 0.7.0 is affected by Bug 578191 which may interfere with many programs written in VALA. Would you please take a look at the patch before the next major/minor release? The master branch is self-compilable with the patch applied. Regards, Yu 05 at 17:54 +0200, Jürg Billeter