Add 'return' comment to SDL_ClearClipboardData

This commit is contained in:
Sylvain
2023-07-07 10:24:14 +02:00
committed by Sylvain Becker
parent d57249034a
commit ec90c2e26d

View File

@@ -197,6 +197,9 @@ extern DECLSPEC int SDLCALL SDL_SetClipboardData(SDL_ClipboardDataCallback callb
/**
* Clear the clipboard data
*
* \returns 0 on success or a negative error code on failure; call
* SDL_GetError() for more information.
*
* \since This function is available since SDL 3.0.0.
*
* \sa SDL_SetClipboardData