mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-02 15:47:31 +08:00
Sync SDL3 wiki -> header
This commit is contained in:
@@ -2952,13 +2952,15 @@ extern SDL_DECLSPEC int SDLCALL SDL_iconv_close(SDL_iconv_t cd);
|
|||||||
* SDL_ICONV_EINVAL is returned when an incomplete input sequence is
|
* SDL_ICONV_EINVAL is returned when an incomplete input sequence is
|
||||||
* encountered.
|
* encountered.
|
||||||
*
|
*
|
||||||
* On exit: - inbuf will point to the beginning of the next multibyte
|
* On exit:
|
||||||
* sequence. On error, this is the location of the problematic input
|
*
|
||||||
* sequence. On success, this is the end of the input sequence. -
|
* - inbuf will point to the beginning of the next multibyte
|
||||||
* inbytesleft will be set to the number of bytes left to convert,
|
* sequence. On error, this is the location of the problematic
|
||||||
* which will be 0 on success. - outbuf will point to the location
|
* input sequence. On success, this is the end of the input
|
||||||
* where to store the next output byte. - outbytesleft will be set to
|
* sequence. - inbytesleft will be set to the number of bytes left
|
||||||
* the number of bytes left in the output buffer.
|
* to convert, which will be 0 on success. - outbuf will point to
|
||||||
|
* the location where to store the next output byte. - outbytesleft
|
||||||
|
* will be set to the number of bytes left in the output buffer.
|
||||||
*
|
*
|
||||||
* \since This function is available since SDL 3.0.0.
|
* \since This function is available since SDL 3.0.0.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user