2001-05-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* glib/tmpl/threads.sgml, glib/glib-overrides.txt: Updated.
This commit is contained in:
Sebastian Wilhelmi
2001-05-08 08:25:43 +00:00
committed by Sebastian Wilhelmi
parent cd00d6e2cc
commit 66863bcd97
11 changed files with 48 additions and 15 deletions

View File

@@ -9,7 +9,7 @@
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, test/thread-test.c:
* gthreadpool.c, tests/mainloop-test.c, tests/thread-test.c:
Adapted to the above change.
2001-01-06 Hans Breuer <hans@breuer.org>