mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Same CLI as pw-dump, i.e. -N, --no-colors, --color=always etc are
supported.
This uses a for-loop macro hack to automatically print prefixes and
suffixes, the with_prefix() macro resolves into the correct printf
statements to insert either just the marker "*" or the ansi sequences
for color/reset. Use of the macro is simply:
```
with_prefix(true, stderr) {
fprintf(stderr, "this will be prefixed\n");
}
```
|
||
|---|---|---|
| .. | ||
| meson.build | ||
| pipewire-pulse.1.rst.in | ||
| pipewire.1.rst.in | ||
| pipewire.conf.5.rst.in | ||
| pw-cat.1.rst.in | ||
| pw-cli.1.rst.in | ||
| pw-dot.1.rst.in | ||
| pw-jack.1.rst.in | ||
| pw-metadata.1.rst.in | ||
| pw-mididump.1.rst.in | ||
| pw-mon.1.rst.in | ||
| pw-profiler.1.rst.in | ||