Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot 2024-05-13 14:14:30 +00:00
parent ad166be1c5
commit 486af58797

View file

@ -296,16 +296,17 @@ extern "C" {
* Specify an application icon name for an audio device. * Specify an application icon name for an audio device.
* *
* Some audio backends (such as Pulseaudio and Pipewire) allow you to set an * Some audio backends (such as Pulseaudio and Pipewire) allow you to set an
* XDG icon name for your application. Among other things, this icon might show * XDG icon name for your application. Among other things, this icon might
* up in a system control panel that lets the user adjust the volume on specific * show up in a system control panel that lets the user adjust the volume on
* audio streams instead of using one giant master volume slider. Note that this * specific audio streams instead of using one giant master volume slider.
* is unrelated to the icon used by the windowing system, which may be set with * Note that this is unrelated to the icon used by the windowing system, which
* SDL_SetWindowIcon (or via desktop file on Wayland). * may be set with SDL_SetWindowIcon (or via desktop file on Wayland).
* *
* Setting this to "" or leaving it unset will have SDL use a reasonable * Setting this to "" or leaving it unset will have SDL use a reasonable
* default, "applications-games", which is likely to be installed. * default, "applications-games", which is likely to be installed. See
* See https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html * https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html
* and https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html * and
* https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
* for the relevant XDG icon specs. * for the relevant XDG icon specs.
* *
* This hint should be set before an audio device is opened. * This hint should be set before an audio device is opened.