Re: widget destroyed: need to disconnect handlers?

2009-03-10 Thread Ardhan Madras
The signal is automatically removed when the widget destroyed. So you don't have to call g_signal_handler*() manually. --- ajhwb --- fka...@googlemail.com wrote: From: fka...@googlemail.com fka...@googlemail.com To: gtk-app-devel-list@gnome.org Subject: widget destroyed: need to disconnect

widget destroyed: need to disconnect handlers?

2009-03-04 Thread fka...@googlemail.com
Hi, When I connect handlers to a widget manually e.g. with g_signal_handler_connect/_data(): Do I have to disconnect them manually, too, when the widget is beeing destroyed or are they disconnected internally then? Thank You! Felix ___