Differences between version 2 and previous revision of SDL_DestroyMutex(3).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, June 3, 2002 6:53:41 pm | by perry | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:53:41 pm | by perry | Revert |
@@ -1,29 +1,29 @@
-SDL_DestroyMutex
-!!!SDL_DestroyMutex
+SDL_!
DestroyMutex
+!!!SDL_!
DestroyMutex
NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
----
!!NAME
-SDL_DestroyMutex- Destroy a mutex
+SDL_!
DestroyMutex- Destroy a mutex
!!SYNOPSIS
__#include
__
-__void SDL_DestroyMutex__(__SDL_mutex
+__void SDL_!
DestroyMutex__(__SDL_mutex
*mutex__);
!!DESCRIPTION
Destroy a previously ''created'' mutex.
!!SEE ALSO
-__SDL_CreateMutex__
+__SDL_!
CreateMutex__
----