Skip to content

Commit c8ebbb3

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent b3ba1c1 commit c8ebbb3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

include/SDL3/SDL_clipboard.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ extern SDL_DECLSPEC bool SDLCALL SDL_HasPrimarySelectionText(void);
211211
typedef const void *(SDLCALL *SDL_ClipboardDataCallback)(void *userdata, const char *mime_type, size_t *size);
212212

213213
/**
214-
* Callback function that will be called when the clipboard is cleared, or when new
215-
* data is set.
214+
* Callback function that will be called when the clipboard is cleared, or
215+
* when new data is set.
216216
*
217217
* \param userdata a pointer to the provided user data.
218218
*
@@ -239,7 +239,8 @@ typedef void (SDLCALL *SDL_ClipboardCleanupCallback)(void *userdata);
239239
* \param cleanup a function pointer to the function that cleans up the
240240
* clipboard data.
241241
* \param userdata an opaque pointer that will be forwarded to the callbacks.
242-
* \param mime_types a list of mime-types that are being offered. SDL copies the given list.
242+
* \param mime_types a list of mime-types that are being offered. SDL copies
243+
* the given list.
243244
* \param num_mime_types the number of mime-types in the mime_types list.
244245
* \returns true on success or false on failure; call SDL_GetError() for more
245246
* information.

0 commit comments

Comments
 (0)