Fwd: threads & gtk

2006-08-05 Thread Fernando ApesteguĂ­a
-- Forwarded message -- From: chabayo <[EMAIL PROTECTED]> Date: Aug 5, 2006 8:41 PM Subject: AW: threads & gtk To: gtk-app-devel-list@gnome.org Am 05.08.2006 19:38:58 schrieb(en) Peter "Firefly" Lund: > I think you are looking for g_thread_create() and related functions. ...oh, y

Fwd: threads & gtk

2006-08-05 Thread Fernando ApesteguĂ­a
I'm not sure about what are you asking... Bur I think that you should check the fork() return value in order to guess if you are the parent or if you are the child (forked) process. In addition... you could consider to use GThreads instead of the libc fork() system call. It's not a good idea to mi