pipewire/doc/dox
Wim Taymans 7f4a0ba8cb conf: handle array of arguments in context.exec
We handeled "arg1 arg2 ... " before and used to split between spaces to
get the arguments for execvp but that doesn't work so well when there
are arguments with spaces.

Instead use JSON parsing to get the array of arguments. This make it
possible to use [ arg1 arg2 .. ] and quote each arg separately. You
can still use the old method and even double escape:

"\"arg1\" \"arg2 with spaces\"" or
 [ "arg1" "arg2 with spaces" ]
2024-04-26 17:11:21 +02:00
..
api doc: Fix typo 'statis' -> 'static' 2024-01-29 08:47:37 +00:00
config conf: handle array of arguments in context.exec 2024-04-26 17:11:21 +02:00
internals doc: fix some doxygen warnings 2024-01-29 08:50:32 +00:00
programs doc: add -P option to docs 2024-04-15 15:39:13 +02:00
tutorial doc: add reference docs + index for config and env variables 2024-02-18 15:08:35 +02:00
index.dox doc: add 'Configuration' page 2024-02-04 10:29:39 +00:00
modules.dox doc: reorganize files 2023-11-19 16:39:15 +00:00
overview.dox doc: Some clarifications in Overview 2024-04-25 17:26:22 -04:00
pulse-modules.dox doc: put new pulse modules to right place 2024-01-29 08:50:32 +00:00
pulse-modules.inc doc: include pipewire-pulse modules explanations also on man page 2023-12-09 16:37:03 +02:00