I get about 8-9 of these warnings if I switch between two source views a
couple of times and then quit my app.
GLib-GObject-WARNING
**:/build/buildd/glib2.0-2.24.1/gobject/gsignal.c:2390: instance
0x2c00060' has no handler with id
227’
I can’t seem to tally up the handler ids with the few I’m creating so
I’m not quite sure where they are coming from.
Can anyone give me any pointers as to how I can find this problem?
I will try to localise it as best I can but as I only get the warnings
once I quit it’s a bit tricky.
I’m not doing anything funny when exiting just calling the usual
Gtk.main_quit in the destroy handler.
Any pointers appreciated.
Phil