Skip to content

Commit

Permalink
Sync SDL3 header -> wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Jan 4, 2025
1 parent 58a7b20 commit 9776ad1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SDL3/SDL_GetTrayEntries.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ extern SDL_DECLSPEC const SDL_TrayEntry **SDLCALL SDL_GetTrayEntries(SDL_TrayMen
## Return Value
(const [SDL_TrayEntry](SDL_TrayEntry) **) Returns the entries within the
given menu. The pointer becomes invalid when any function that inserts or
deletes entries in the menu is called.
(const [SDL_TrayEntry](SDL_TrayEntry) **) Returns a NULL-terminated list of
entries within the given menu. The pointer becomes invalid when any
function that inserts or deletes entries in the menu is called.
## Version
Expand Down

0 comments on commit 9776ad1

Please sign in to comment.