Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2010-09-08 22:27:11
Size: 647
Editor: SheenaSmith
Comment: minor change (old wiki)
Revision 3 as of 2010-10-12 05:59:10
Size: 603
Editor: SheenaSmith
Comment: update content - pointers, structs
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
||'''cond'''||^a pointer to the SDL_cond structure / condition variable to be destroyed^|| ||'''cond'''||^the SDL_cond to be destroyed^||

DRAFT

SDL_DestroyCond

Use this function to destroy a condition variable.

Syntax

void SDL_DestroyCond(SDL_cond* cond)

Function Parameters

cond

the SDL_cond 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