Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot
2026-02-01 17:22:43 +00:00
parent db573de24a
commit 104bee68f9

View File

@@ -109,9 +109,9 @@ extern SDL_DECLSPEC bool SDLCALL SDL_SetClipboardText(const char *text);
* This function returns an empty string if there is not enough memory left * This function returns an empty string if there is not enough memory left
* for a copy of the clipboard's content. * for a copy of the clipboard's content.
* *
* \returns the clipboard text on success, an empty string on failure or NULL if out of memory; call * \returns the clipboard text on success, an empty string on failure or NULL
* SDL_GetError() for more information. This should be freed with * if out of memory; call SDL_GetError() for more information. This
* SDL_free() when it is no longer needed. * should be freed with SDL_free() when it is no longer needed.
* *
* \threadsafety This function should only be called on the main thread. * \threadsafety This function should only be called on the main thread.
* *