I play audio via g_thread. If the user quits the application before the thread is completed (and the user executes the application from the command line) the terminal needs reseting. It's fine if the thread ends before the user quits the application.

I haven't tried but I expect I can avoid this behavior by doing a g_thread_join() and waiting for the thread to finish before exiting the application. But I don't really want to do that (some of the audio is very long). Are there any alternatives?

--
Marshall Lake -- ml...@mlake.net -- http://mlake.net
_______________________________________________
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