SDL_GetTrayEntryLabel

Gets the label of an entry.

If the returned value is null, the entry is a separator.

extern (C) nothrow @nogc extern
const(char)*
SDL_GetTrayEntryLabel

Parameters

entry SDL_TrayEntry*

The entry to be read.

Return Value

Type: const(char)*

the label of the entry in UTF-8 encoding.

Threadsafety: This function should be called on the thread that created the tray.

See Also

Meta