From 9776ad197df44df73aa3f53f1ee4af92e6b5e81d Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sat, 4 Jan 2025 18:56:42 +0000 Subject: [PATCH] Sync SDL3 header -> wiki --- SDL3/SDL_GetTrayEntries.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SDL3/SDL_GetTrayEntries.md b/SDL3/SDL_GetTrayEntries.md index ad69f212c..acd169862 100644 --- a/SDL3/SDL_GetTrayEntries.md +++ b/SDL3/SDL_GetTrayEntries.md @@ -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