Re: [Vala] Signals not being called back

2014-09-04 Thread Michael Starkweather
I noticed after your response (thank you for that when I canceled the Timeout by returning false from the callback that the libbamf signal callbacks also stopped, which I found curious, because if it was a setup thing and if the Timeout was doing some sort of setup, then surely after the Timeout

[Vala] Signals not being called back

2014-09-03 Thread Michael Starkweather
Hello! I'm having issues getting signals to callback in my Vala application and I'm kind of at a loss. I'm fairly confident that this is a setup issue relating to Gtk.Appplication.run() and Gtk.main() but I cannot be sure. Here's my basic setup: main () creates and runs a Gtk.Application which