run: Add link to PulseAudio server string documentation

(cherry picked from commit bcc114383b)
This commit is contained in:
Will Thompson
2021-11-11 15:52:33 +00:00
committed by Phaedrus Leeds
parent f95636cfe2
commit 456430a054

View File

@@ -575,6 +575,11 @@ flatpak_run_get_pulseaudio_server (void)
return NULL;
}
/*
* Parse a PulseAudio server string, as documented on
* https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/ServerStrings/.
* Returns the first supported server address, or NULL if none are supported.
*/
static char *
flatpak_run_parse_pulse_server (const char *value)
{