diff -r ffa851df0825 -r 2fb8b9db1c86 symbian-qemu-0.9.1-12/libsdl-trunk/docs/html/sdlwaitthread.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/symbian-qemu-0.9.1-12/libsdl-trunk/docs/html/sdlwaitthread.html Fri Jul 31 15:01:17 2009 +0100
@@ -0,0 +1,231 @@
+
SDL_WaitThreadSDL_WaitThread
Name
SDL_WaitThread -- Wait for a thread to finish.
Synopsis
#include "SDL.h"
+#include "SDL_thread.h"
void SDL_WaitThread
(SDL_Thread *thread, int *status);
Description
Wait for a thread to finish (timeouts are not supported).
Return Value
The return code for the thread function is placed in the area pointed to by
+status, if status is not
+NULL.
\ No newline at end of file