Skip to content

Commit add18e5

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 23e3cbe commit add18e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

include/SDL3/SDL_clipboard.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,10 @@ extern SDL_DECLSPEC bool SDLCALL SDL_HasPrimarySelectionText(void);
198198
* \param mime_type the requested mime-type.
199199
* \param size a pointer filled in with the length of the returned data.
200200
* \returns a pointer to the data for the provided mime-type. Returning NULL
201-
* or setting the length to 0 will cause zero length data to be sent to the "receiver", which should be able to handle this. The returned data will not be freed, so it needs to be retained and dealt with internally.
201+
* or setting the length to 0 will cause zero length data to be sent
202+
* to the "receiver", which should be able to handle this. The
203+
* returned data will not be freed, so it needs to be retained and
204+
* dealt with internally.
202205
*
203206
* \since This function is available since SDL 3.2.0.
204207
*

0 commit comments

Comments
 (0)