Re: [Vala] Asynchronous construction



gfreenect_device_new_finished is just calling _async_initable_new_finish
which calls async_initable_finish, same for _device_new. Removing the
subdevices property stops the crashing here. looking at the gfreenect
code that isn't used at all:
https://github.com/elima/GFreenect/blob/master/gfreenect/gfreenect-device.c#L1150

Thanks, indeed. It works. The reason is kind of strange though as this
parameter is used in C and Python examples. I was suspecting bindings
and a lot of other things but I would not think of a parameter like
this...

many thanks,

--tomw

  





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]