[Vala] DBus signals and non-static methods

2008-05-24 Thread Hannes Matuschek
It looks like there is a problem connecting non-static methods to DBus signals. The attached code compiles well but produce critical warnings on DBus events. The static handler works well, but the instance-method-handler produce following warning: ** (process:15681): CRITICAL **:

Re: [Vala] DBus signals and non-static methods

2008-05-24 Thread Jürg Billeter
Hi Hannes, On Sat, 2008-05-24 at 12:15 +0200, Hannes Matuschek wrote: It looks like there is a problem connecting non-static methods to DBus signals. This is probably bug 532290[1], which has been fixed an hour ago. Juerg [1]http://bugzilla.gnome.org/show_bug.cgi?id=532290