Wiki Page Content

Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2010-04-13 00:07:32
Size: 798
Editor: SheenaSmith
Comment: create page, add content (Wed Mar 10 ver)
Revision 5 as of 2011-02-18 17:53:04
Size: 852
Editor: SheenaSmith
Comment: update content - w/ Sam
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT||
Line 16: Line 15:
^Returns^ ,,This is ,,an arbitrary string (a hash value, ,,actually,,), and is only useful in comparing against other revisions. It is NOT an incrementing number.

<<Color2(green,Should this be listed in the Remarks instead or also?)>>
Returns an arbitrary string (a hash value), uniquely identifying the exact revision of the SDL library in use. (''Example'': {{{hg-5344:94189aa89b54}}})
Line 26: Line 23:
''You can add useful comments here'' This value is the revision of the code you are linked with and may be different from the code you are compiling with. It is only useful in comparing against other revisions, it is NOT an incrementing number.
Line 29: Line 26:
 .[[SDL_GetVersion]]

SDL_GetRevision

Use this function to get the code revision of SDL that is linked against your program.

Syntax

const char* SDL_GetRevision(void)

Return Value

Returns an arbitrary string (a hash value), uniquely identifying the exact revision of the SDL library in use. (Example: hg-5344:94189aa89b54)

Code Examples

You can add your code example here

Remarks

This value is the revision of the code you are linked with and may be different from the code you are compiling with. It is only useful in comparing against other revisions, it is NOT an incrementing number.


CategoryAPI, CategoryVersion

None: SDL_GetRevision (last edited 2011-02-18 18:04:17 by SheenaSmith)

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