On Thu, Mar 6, 2014 at 1:44 AM, Chris Moller <mol...@mollerware.com> wrote:
> I was actually writing that testcase when I found a correlation: I'm using
> gcc and my callbacks were nested functions.  Pull the callbacks out and make
> them normal, top-level, functions, and it all works even without no blocking
> of any kind.  So, if this is a bug at all, I suppose it could be a compiler
> bug.

This is another reason to write GTK application code in Python or Pike
rather than C :) First-class functions make life ever so much easier.

ChrisA
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to