pipewire/doc/dox/config
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
..
index.md doc: add sections to index, clarify discussion of properties 2024-02-19 21:21:12 +02:00
libpipewire-modules.7.md doc: move config man pages under config/ 2024-02-19 00:00:27 +02:00
pipewire-client.conf.5.md context: add support for multiple data loops 2024-04-19 14:57:53 +02:00
pipewire-devices.7.md alsa: add option to skip the busy check 2024-03-22 12:42:48 +01:00
pipewire-filter-chain.conf.5.md doc: move config man pages under config/ 2024-02-19 00:00:27 +02:00
pipewire-jack.conf.5.md doc: add sections to index, clarify discussion of properties 2024-02-19 21:21:12 +02:00
pipewire-pulse-modules.7.md doc: move config man pages under config/ 2024-02-19 00:00:27 +02:00
pipewire-pulse.conf.5.md doc: minor documentation improvements 2024-03-10 19:08:41 +02:00
pipewire.conf.5.md conf: handle array of arguments in context.exec 2024-04-26 17:11:21 +02:00