Thanks, I think I'm getting it now... There is one more point. If I construct the Object like suggested:
GFreenect.Device device = (GFreenect.Device) GLib.Object.@new (typeof (GFreenect.Device), "device-index", device_index, "subdevices", subdevices); it does not seem to implement the AsyncInitable interface as I get the following message: GLib-GIO-CRITICAL **: g_async_initable_init_async: assertion `G_IS_ASYNC_INITABLE (initable)' failed How can this be achieved? -- tomw <[email protected]> _______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
