File: org.mate.volume-control.gschema.xml.in.in

package info (click to toggle)
mate-media 1.8.0%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,816 kB
  • ctags: 1,613
  • sloc: ansic: 16,785; makefile: 587; sh: 76; xml: 6
file content (29 lines) | stat: -rw-r--r-- 1,157 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<schemalist>
  <schema id="org.mate.volume-control" path="/org/mate/volume-control/">
    <key name="window-height" type="i">
      <default>-1</default>
      <_summary>Height of the Window</_summary>
      <_description>Height of the window to be displayed.</_description>
    </key>
    <key name="window-width" type="i">
      <default>500</default>
      <_summary>Width of the Window</_summary>
      <_description>Width of the window to be displayed.</_description>
    </key>
    <key name="active-element" type="s">
      <default>''</default>
      <_summary>Active element</_summary>
      <_description>Active element set in volume control</_description>
    </key>
    <key name="shown-elements" type="as">
      <default>[]</default>
      <_summary>Shown elements in volume control</_summary>
      <_description>Set the elements to show in volume control</_description>
    </key>
    <key name="hidden-elements" type="as">
      <default>[]</default>
      <_summary>Hidden elements in volume control</_summary>
      <_description>Set the elements in whitelist to hide in volume control</_description>
    </key>
  </schema>
</schemalist>