Re: [Ekiga-devel-list] Unthreading ekiga : a strategy



Damien Sandras a �it :
It is still a C dependance part of GTK+.

Even kde people accept a little glib :-)

I use libsigc++ for signals in my latest contact code : http://libsigc.sourceforge.net/

I think it is better :
- Endpoints fire signals
- the GUI thread listens to them and acts consequently

Firing a signal happens in the firing thread. The endpoint will still need to push something to the gui thread, which will then fire the signal.

Snark



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