mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-26 07:00:07 -05:00
gsettings: rename "module" to "module-group"
It is confusing if there's a thing named "module" which defines up to 10 modules to load. Calling the thing a "module group" instead should make it easier to understand.
This commit is contained in:
parent
0623b3c91e
commit
890bc108d6
2 changed files with 34 additions and 29 deletions
|
|
@ -1,19 +1,26 @@
|
|||
<schemalist gettext-domain="pulseaudio">
|
||||
<schema id="org.freedesktop.pulseaudio.modules" path="/org/freedesktop/pulseaudio/modules/">
|
||||
<child name="combine" schema="org.freedesktop.pulseaudio.module"/>
|
||||
<child name="remote-access" schema="org.freedesktop.pulseaudio.module"/>
|
||||
<child name="zeroconf-discover" schema="org.freedesktop.pulseaudio.module"/>
|
||||
<child name="raop-discover" schema="org.freedesktop.pulseaudio.module"/>
|
||||
<child name="rtp-recv" schema="org.freedesktop.pulseaudio.module"/>
|
||||
<child name="rtp-send" schema="org.freedesktop.pulseaudio.module"/>
|
||||
<child name="upnp-media-server" schema="org.freedesktop.pulseaudio.module"/>
|
||||
<!-- The module-groups object is just an entry point to find the individual
|
||||
module-group objects. -->
|
||||
<schema id="org.freedesktop.pulseaudio.module-groups" path="/org/freedesktop/pulseaudio/module-groups/">
|
||||
<child name="combine" schema="org.freedesktop.pulseaudio.module-group"/>
|
||||
<child name="remote-access" schema="org.freedesktop.pulseaudio.module-group"/>
|
||||
<child name="zeroconf-discover" schema="org.freedesktop.pulseaudio.module-group"/>
|
||||
<child name="raop-discover" schema="org.freedesktop.pulseaudio.module-group"/>
|
||||
<child name="rtp-recv" schema="org.freedesktop.pulseaudio.module-group"/>
|
||||
<child name="rtp-send" schema="org.freedesktop.pulseaudio.module-group"/>
|
||||
<child name="upnp-media-server" schema="org.freedesktop.pulseaudio.module-group"/>
|
||||
</schema>
|
||||
|
||||
<schema id="org.freedesktop.pulseaudio.module">
|
||||
<!-- Paprefs puts related modules into groups that are enabled or disabled as
|
||||
a whole. One group can contain up to 10 module instances (either of the
|
||||
same module or different modules). A module-group object defines up to
|
||||
10 modules to load. The name0..name9 keys contain the module names and
|
||||
the args0..args9 keys provide the module arguments. -->
|
||||
<schema id="org.freedesktop.pulseaudio.module-group">
|
||||
<key name="name" type="s">
|
||||
<default>''</default>
|
||||
<summary>Module name</summary>
|
||||
<description>Name of the pulseaudio module</description>
|
||||
<summary>Module group name</summary>
|
||||
<description>Module group name</description>
|
||||
</key>
|
||||
|
||||
<key name="enabled" type="b">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue