mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-28 05:58:29 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -99,15 +99,15 @@ typedef void (SDLCALL *SDL_TrayCallback)(void *userdata, SDL_TrayEntry *entry);
|
|||||||
/**
|
/**
|
||||||
* Check whether or not tray icons can be created.
|
* Check whether or not tray icons can be created.
|
||||||
*
|
*
|
||||||
* Note that this function does not guarantee that SDL_CreateTray() will or will
|
* Note that this function does not guarantee that SDL_CreateTray() will or
|
||||||
* not work; you should still check SDL_CreateTray() for errors.
|
* will not work; you should still check SDL_CreateTray() for errors.
|
||||||
*
|
*
|
||||||
* Using tray icons require the video subsystem.
|
* Using tray icons require the video subsystem.
|
||||||
*
|
*
|
||||||
* \returns true if trays are available, false otherwise.
|
* \returns true if trays are available, false otherwise.
|
||||||
*
|
*
|
||||||
* \threadsafety This function should only be called on the main thread. It will
|
* \threadsafety This function should only be called on the main thread. It
|
||||||
* return false if not called on the main thread.
|
* will return false if not called on the main thread.
|
||||||
*
|
*
|
||||||
* \since This function is available since SDL 3.4.0.
|
* \since This function is available since SDL 3.4.0.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user