[Vala] badly generated code

2011-03-16 Thread Raul Gutierrez Segales
Hi, the following test program (which for me looks correct) generates bad C code (treats void as an actual assignable type): /* * valac --pkg gio-2.0 ./test.vala */ using GLib; [DBus (name = com.meego.libsocialweb.ItemView)] public interface ItemView : GLib.DBusProxy { public abstract

Re: [Vala] badly generated code

2011-03-16 Thread Jürg Billeter
On Wed, 2011-03-16 at 13:54 +, Raul Gutierrez Segales wrote: /tmp/test.vala.c:239:7: error: variable or field ‘_tmp1_’ declared void /tmp/test.vala.c:248:155: error: ‘g_dbus_connection_get_proxy’ undeclared (first use in this function) This is now fixed in master. Jürg