Re: [Vala] DBUS : Must add the signal with dbus_g_proxy_add_signal()

2009-06-12 Thread Enrique Ocaña González
El Friday 15 May 2009 16:01:00 Frédéric Gaudy escribió: > I try to connect a call back to DBus.Object signal I've got this warning : > WARNING **: Must add the signal > 'net-sf-Cameleon-Service-conversion_completed' with > dbus_g_proxy_add_signal() prior to connecting to it > [...] > The signal Co

Re: [Vala] DBUS : Must add the signal with dbus_g_proxy_add_signal()

2009-05-18 Thread Levi Bard
> WARNING **: Must add the signal > 'net-sf-Cameleon-Service-conversion_completed' with > dbus_g_proxy_add_signal() prior to connecting to it > ... >     dbus_g_proxy_add_signal (obj, "ConversionCompleted", G_TYPE_INT, It looks like the signal "ConversionCompleted" is being added, but it's trying

[Vala] DBUS : Must add the signal with dbus_g_proxy_add_signal()

2009-05-15 Thread Frédéric Gaudy
Hi, I try to connect a call back to DBus.Object signal I've got this warning : WARNING **: Must add the signal 'net-sf-Cameleon-Service-conversion_completed' with dbus_g_proxy_add_signal() prior to connecting to it Vala code : public void run() { this.conn = DBus.Bus.get (DBus.BusType