gnomeradio.schemas.in
上传用户:ledjyj
上传日期:2014-08-27
资源大小:2639k
文件大小:3k
源码类别:

驱动编程

开发平台:

Unix_Linux

  1. <gconfschemafile>
  2.   <schemalist>
  3.     <schema>
  4.       <key>/schemas/apps/gnomeradio/mute-on-exit</key>
  5.       <applyto>/apps/gnomeradio/mute-on-exit</applyto>
  6.       <owner>gnomeradio</owner>
  7.       <type>bool</type>
  8.       <default>TRUE</default>
  9.       <locale name="C">
  10. <short>Mute on exit</short>
  11. <long>If unchecked, gnomeradio won't mute after exiting</long>
  12.       </locale>
  13.     </schema>
  14.     <schema>
  15.       <key>/schemas/apps/gnomeradio/last-freq</key>
  16.       <applyto>/apps/gnomeradio/last-freq</applyto>
  17.       <owner>gnomeradio</owner>
  18.       <type>float</type>
  19.       <default>100.00</default>
  20.       <locale name="C">
  21. <short>Last frequency</short>
  22. <long>The last frequency (in MHz) in use</long>
  23.       </locale>
  24.     </schema>
  25.     <schema>
  26.       <key>/schemas/apps/gnomeradio/device</key>
  27.       <applyto>/apps/gnomeradio/device</applyto>
  28.       <owner>gnomeradio</owner>
  29.       <type>string</type>
  30.       <default>/dev/radio</default>
  31.       <locale name="C">
  32. <short>Radio device</short>
  33. <long>Specify the radio-device (in most cases /dev/radio)</long>
  34.       </locale>
  35.     </schema>
  36.     <schema>
  37.       <key>/schemas/apps/gnomeradio/mixer</key>
  38.       <applyto>/apps/gnomeradio/mixer</applyto>
  39.       <owner>gnomeradio</owner>
  40.       <type>string</type>
  41.       <default>line</default>
  42.       <locale name="C">
  43. <short>Mixer source</short>
  44. <long>Choose the mixer source (line, line1, etc.) that is able to control the volume of your radio</long>
  45.       </locale>
  46.     </schema>
  47.     <schema>
  48.       <key>/schemas/apps/gnomeradio/mixer-device</key>
  49.       <applyto>/apps/gnomeradio/mixer-device</applyto>
  50.       <owner>gnomeradio</owner>
  51.       <type>string</type>
  52.       <default>/dev/mixer</default>
  53.       <locale name="C">
  54. <short>Mixer Device</short>
  55. <long>The mixer device that gnomeradio should use. Only changeable via this key (no GUI option)</long>
  56.       </locale>
  57.     </schema>
  58.     <schema>
  59.       <key>/schemas/apps/gnomeradio/presets/presets</key>
  60.       <applyto>/apps/gnomeradio/presets/presets</applyto>
  61.       <owner>gnomeradio</owner>
  62.       <type>int</type>
  63.       <default>0</default>
  64.       <locale name="C">
  65. <short>Number of presets</short>
  66. <long>The number of presets</long>
  67.       </locale>
  68.     </schema>
  69.     <schema>
  70.       <key>/schemas/apps/gnomeradio/presets/last</key>
  71.       <applyto>/apps/gnomeradio/presets/last</applyto>
  72.       <owner>gnomeradio</owner>
  73.       <type>int</type>
  74.       <default>-1</default>
  75.       <locale name="C">
  76. <short>Last presets</short>
  77. <long>The preset that was enabled when gnomeradio was terminated. Range is 0 ... (# presets - 1). None is -1</long>
  78.       </locale>
  79.     </schema>
  80.     <schema>
  81.       <key>/schemas/apps/gnomeradio/recording/profile</key>
  82.       <applyto>/apps/gnomeradio/recording/profile</applyto>
  83.       <owner>gnomeradio</owner>
  84.       <type>string</type>
  85.       <default>cdlossy</default>
  86.       <locale name="C">
  87. <short>GnomeMedia Profile</short>
  88. <long>Choose the GnomeMedia Profile that should be used for recording</long>
  89.       </locale>
  90.     </schema>
  91.   </schemalist>
  92. </gconfschemafile>