Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-06-06 22:43:45
Size: 624
Editor: SheenaSmith
Comment: create page, add content (Wed Mar 10 ver; changeset 4428)
Revision 2 as of 2010-09-08 22:27:11
Size: 647
Editor: SheenaSmith
Comment: minor change (old wiki)
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
||'''cond'''||^a pointer to the SDL_cond structure to be destroyed^|| ||'''cond'''||^a pointer to the SDL_cond structure / condition variable to be destroyed^||
Line 27: Line 27:
 .[[SDL_CreateCond]]  .[[SDL_CreateCond]] *

DRAFT

SDL_DestroyCond

Use this function to destroy a condition variable.

Syntax

void SDL_DestroyCond(SDL_cond* cond)

Function Parameters

cond

a pointer to the SDL_cond structure / condition variable to be destroyed

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryMutex

None: SDL_DestroyCond (last edited 2015-04-26 19:02:34 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit