Sebastian Wilhelmi cd00d6e2cc Moved func and arg members from GRealThread to GThread, such that they can
2001-05-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* gmain.c, gthread.c, gthread.h: Moved func and arg members from
	GRealThread to GThread, such that they can be accessed by the
	user.

	* gthread.c, gthread.h: Due to popular demand (Tim being the
	populus here ;-) threads now have a 'return value', which is
	returned by g_thread_join and is either the return of the topmost
	thread function or the value given to g_thread_exit.

	* gthreadpool.c, tests/mainloop-test.c, tests/thread-test.c:
	Adapted to the above change.
2001-05-08 08:23:18 +00:00
..
2001-02-21 12:41:28 +00:00
2001-03-29 20:05:58 +00:00
2000-11-28 23:44:21 +00:00
2000-12-07 04:48:37 +00:00
2001-02-21 12:41:28 +00:00
2001-03-26 19:23:17 +00:00