From 456430a0540de5ea0838c495c99d8a01d21716a6 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Thu, 11 Nov 2021 15:52:33 +0000 Subject: [PATCH] run: Add link to PulseAudio server string documentation (cherry picked from commit bcc114383b744e3dc32c0b859fc900f9793ce6c7) --- common/flatpak-run.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/flatpak-run.c b/common/flatpak-run.c index 7059303e..88fd481a 100644 --- a/common/flatpak-run.c +++ b/common/flatpak-run.c @@ -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) {