>  1. Using threads on Win32

GTK+ can't be used from multiple threads on Win32. It just doesn't
work. This is documented on
http://library.gnome.org/devel/gdk/stable/gdk-Threads.html.

However, as you program doesn't actually call GTK+ from multiple
threads, it doesn't even create any threads, it *should* work as far
as I can say. That it doesn't should be considered a bug in GTK+.
Please file a bug at bugzilla.gnome.org.

That your program uses incorrect prototypes for the signal handlers
doesn't matter, even if they are "fixed" the behaviour is the same.

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

Reply via email to