mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-17 22:05:38 -05:00
modules: clean up USAGE arguments
use () to mark optional arguments to avoid confusion with arrays. Add some more optional arguments.
This commit is contained in:
parent
3decaa6457
commit
07e6f44e58
24 changed files with 200 additions and 200 deletions
|
|
@ -230,10 +230,10 @@ static const struct pw_impl_module_events module_events = {
|
|||
static const struct spa_dict_item module_x11_bell_info[] = {
|
||||
{ PW_KEY_MODULE_AUTHOR, "Wim Taymans <wim.taymans@gmail.com>" },
|
||||
{ PW_KEY_MODULE_DESCRIPTION, "X11 Bell interceptor" },
|
||||
{ PW_KEY_MODULE_USAGE, "sink.name=<name for the sink> "
|
||||
"sample.name=<the sample name> "
|
||||
"x11.display=<the X11 display> "
|
||||
"x11.xauthority=<the X11 XAuthority> " },
|
||||
{ PW_KEY_MODULE_USAGE, "( sink.name=<name for the sink> ) "
|
||||
"( sample.name=<the sample name> ) "
|
||||
"( x11.display=<the X11 display> ) "
|
||||
".x11.xauthority=<the X11 XAuthority> )" },
|
||||
{ PW_KEY_MODULE_VERSION, PACKAGE_VERSION },
|
||||
};
|
||||
SPA_EXPORT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue