Re: [Vala] connecting/disconnecting a signal to a static member function?

2010-10-09 Thread pancake
The signal connecting has become more strict. You should fix all function signatures to match the type of the first argument. I did not tried to do this from static methods. On Oct 9, 2010, at 6:50 AM, Yu Feng rainwood...@gmail.com wrote: Dear List, Now that += and -= are deprecated syntax

[Vala] connecting/disconnecting a signal to a static member function?

2010-10-08 Thread Yu Feng
Dear List, Now that += and -= are deprecated syntax for signal handlers, I am trying to update some signal code into the connect/disconnect syntax on Vala 0.11.0. Here is the problem I couldn't get myself out from: 1. the signal connecting / disconnecting is performed in a static member