mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-02 07:27:19 +08:00
Sync SDL3 wiki -> header
This commit is contained in:
@@ -467,8 +467,7 @@ extern SDL_DECLSPEC const char * SDLCALL SDL_AndroidGetExternalStoragePath(void)
|
|||||||
* This path is unique to your application, but is public and can be written
|
* This path is unique to your application, but is public and can be written
|
||||||
* to by other applications.
|
* to by other applications.
|
||||||
*
|
*
|
||||||
* Your cache path is typically:
|
* Your cache path is typically: `/data/data/your.app.package/cache/`.
|
||||||
* `/data/data/your.app.package/cache/`.
|
|
||||||
*
|
*
|
||||||
* This is a C wrapper over `android.content.Context.getCacheDir()`:
|
* This is a C wrapper over `android.content.Context.getCacheDir()`:
|
||||||
*
|
*
|
||||||
@@ -476,8 +475,8 @@ extern SDL_DECLSPEC const char * SDLCALL SDL_AndroidGetExternalStoragePath(void)
|
|||||||
*
|
*
|
||||||
* The returned string follows the SDL_GetStringRule.
|
* The returned string follows the SDL_GetStringRule.
|
||||||
*
|
*
|
||||||
* \returns the path used for caches for this application on success
|
* \returns the path used for caches for this application on success or NULL
|
||||||
* or NULL on failure; call SDL_GetError() for more information.
|
* on failure; call SDL_GetError() for more information.
|
||||||
*
|
*
|
||||||
* \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