On 18 September 2010 04:05, JM <[email protected]> wrote: > Please give me a hint what I'm doing wrong here. I'm using vala-0.9.8 > release.
I know that normally, DBusProxy has only 2 signals (really, sort of meta-signals): "g-signal" and "g-properties-changed" (http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxy.signals) I'm not familiar with the [DBus (name = "org.example.Demo")] syntax, though I get what it is trying to do. If you instead just used a base DBusProxy, connected to the two above signals, and checked which signal/property the emissions were actually for before doing anything, I believe it will work (does for me). -mt _______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
