iostream: Final fixes before merging.

- SDL_GetRWProperties -> SDL_GetIOProperties
- SDL_GetRWStatus -> SDL_GetIOStatus
- Some documentation corrections and improvements.
This commit is contained in:
Ryan C. Gordon 2024-03-15 15:34:29 -04:00
parent c175eb488c
commit b7cda16613
No known key found for this signature in database
GPG key ID: FA148B892AB48044
5 changed files with 17 additions and 20 deletions

View file

@ -878,7 +878,7 @@ SDL3_0.0.0 {
SDL_GetJoystickProperties;
SDL_GetRendererProperties;
SDL_GetTextureProperties;
SDL_GetRWProperties;
SDL_GetIOProperties;
SDL_GetSensorProperties;
SDL_GetSurfaceProperties;
SDL_GetWindowProperties;
@ -978,7 +978,7 @@ SDL3_0.0.0 {
SDL_ShowOpenFolderDialog;
SDL_OpenIO;
SDL_CloseIO;
SDL_GetRWStatus;
SDL_GetIOStatus;
# extra symbols go here (don't modify this line)
local: *;
};