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
> 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
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