소스 검색

Sync SDL3 wiki -> header

SDL Wiki Bot 1 년 전
부모
커밋
0e5a49542d
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      include/SDL3/SDL_clipboard.h

+ 3 - 2
include/SDL3/SDL_clipboard.h

@@ -43,9 +43,10 @@ extern "C" {
 /* Function prototypes */
 
 /**
- *  Retrieve the list of mime types available in the clipboard.
+ * Retrieve the list of mime types available in the clipboard.
  *
- * \param num_mime_types a pointer filled with the number of mime types. May be NULL.
+ * \param num_mime_types a pointer filled with the number of mime types. May
+ *                       be NULL.
  * \returns a null terminated array of strings with mime types, or NULL on
  *          failure; call SDL_GetError() for more information. This should be
  *          freed with SDL_free() when it is no longer needed.