mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-01-19 11:23:51 +08:00
Sync SDL3 wiki -> header
This commit is contained in:
parent
4c88ddf86d
commit
d949673bc9
@ -187,8 +187,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_UnlockProperties(SDL_PropertiesID props);
|
|||||||
typedef void (SDLCALL *SDL_CleanupPropertyCallback)(void *userdata, void *value);
|
typedef void (SDLCALL *SDL_CleanupPropertyCallback)(void *userdata, void *value);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set a pointer property in a group of properties with a cleanup function that is
|
* Set a pointer property in a group of properties with a cleanup function
|
||||||
* called when the property is deleted.
|
* that is called when the property is deleted.
|
||||||
*
|
*
|
||||||
* The cleanup function is also called if setting the property fails for any
|
* The cleanup function is also called if setting the property fails for any
|
||||||
* reason.
|
* reason.
|
||||||
|
Loading…
Reference in New Issue
Block a user