summaryrefslogtreecommitdiff
path: root/gst-mixer/org.mate.volume-control.gschema.xml.in.in
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-11-07 17:41:04 +0100
committerStefano Karapetsas <[email protected]>2012-11-07 17:41:04 +0100
commitb73df84c7cde202707fb740a0c266fe7d4a29794 (patch)
treee56072c1d0fbc11cd7d5422bf5d0d33ca1a66255 /gst-mixer/org.mate.volume-control.gschema.xml.in.in
parenta2fac276568d29592db30e422b733d93d5d6e466 (diff)
downloadmate-media-b73df84c7cde202707fb740a0c266fe7d4a29794.tar.bz2
mate-media-b73df84c7cde202707fb740a0c266fe7d4a29794.tar.xz
gst-mixer: migrate to gsettings
TODO: need to add a feature to disable whitelist mixers
Diffstat (limited to 'gst-mixer/org.mate.volume-control.gschema.xml.in.in')
-rw-r--r--gst-mixer/org.mate.volume-control.gschema.xml.in.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/gst-mixer/org.mate.volume-control.gschema.xml.in.in b/gst-mixer/org.mate.volume-control.gschema.xml.in.in
new file mode 100644
index 0000000..2b3fe22
--- /dev/null
+++ b/gst-mixer/org.mate.volume-control.gschema.xml.in.in
@@ -0,0 +1,24 @@
+<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>
+ </schema>
+</schemalist>