mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-10 03:01:36 -04:00
run: Add link to PulseAudio server string documentation
(cherry picked from commit bcc114383b)
This commit is contained in:
committed by
Phaedrus Leeds
parent
f95636cfe2
commit
456430a054
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user