diff options
Diffstat (limited to 'grecord/mate-sound-recorder.schemas.in.in')
-rw-r--r-- | grecord/mate-sound-recorder.schemas.in.in | 176 |
1 files changed, 0 insertions, 176 deletions
diff --git a/grecord/mate-sound-recorder.schemas.in.in b/grecord/mate-sound-recorder.schemas.in.in deleted file mode 100644 index fe25738..0000000 --- a/grecord/mate-sound-recorder.schemas.in.in +++ /dev/null @@ -1,176 +0,0 @@ -<?xml version="1.0"?> -<mateconfschemafile> - <schemalist> - <schema> - <key>/schemas/apps/mate-sound-recorder/record-timeout</key> - <applyto>/apps/mate-sound-recorder/record-timeout</applyto> - <owner>Mate Sound Recorder</owner> - <type>int</type> - <default>2</default> - <locale name="C"></locale> - </schema> - - <schema> - <key>/schemas/apps/mate-sound-recorder/stop-on-timeout</key> - <applyto>/apps/mate-sound-recorder/stop-on-timeout</applyto> - <owner>Mate Sound Recorder</owner> - <type>bool</type> - <default>true</default> - <locale name="C"></locale> - </schema> - - <schema> - <key>/schemas/apps/mate-sound-recorder/save-when-finished</key> - <applyto>/apps/mate-sound-recorder/save-when-finished</applyto> - <owner>Mate Sound Recorder</owner> - <type>bool</type> - <default>false</default> - <locale name="C"></locale> - </schema> - - <schema> - <key>/schemas/apps/mate-sound-recorder/popup-warning</key> - <applyto>/apps/mate-sound-recorder/popup-warning</applyto> - <owner>Mate Sound Recorder</owner> - <type>bool</type> - <default>true</default> - <locale name="C"></locale> - </schema> - - <schema> - <key>/schemas/apps/mate-sound-recorder/stop-record</key> - <applyto>/apps/mate-sound-recorder/stop-record</applyto> - <owner>Mate Sound Recorder</owner> - <type>bool</type> - <default>false</default> - <locale name="C"></locale> - </schema> - - <schema> - <key>/schemas/apps/mate-sound-recorder/popup-warning-v</key> - <applyto>/apps/mate-sound-recorder/popup-warning-v</applyto> - <owner>Mate Sound Recorder</owner> - <type>int</type> - <default>100</default> - <locale name="C"></locale> - </schema> - - <schema> - <key>/schemas/apps/mate-sound-recorder/stop-recording-v</key> - <applyto>/apps/mate-sound-recorder/stop-recording-v</applyto> - <owner>Mate Sound Recorder</owner> - <type>int</type> - <default>200</default> - <locale name="C"></locale> - </schema> - - <schema> - <key>/schemas/apps/mate-sound-recorder/play-once</key> - <applyto>/apps/mate-sound-recorder/play-once</applyto> - <owner>Mate Sound Recorder</owner> - <type>bool</type> - <default>false</default> - <locale name="C"></locale> - </schema> - - <schema> - <key>/schemas/apps/mate-sound-recorder/play-repeat</key> - <applyto>/apps/mate-sound-recorder/play-repeat</applyto> - <owner>Mate Sound Recorder</owner> - <type>bool</type> - <default>false</default> - <locale name="C"></locale> - </schema> - - <schema> - <key>/schemas/apps/mate-sound-recorder/repeat-forever</key> - <applyto>/apps/mate-sound-recorder/repeat-forever</applyto> - <owner>Mate Sound Recorder</owner> - <type>bool</type> - <default>true</default> - <locale name="C"></locale> - </schema> - - <schema> - <key>/schemas/apps/mate-sound-recorder/play-x-times</key> - <applyto>/apps/mate-sound-recorder/play-x-times</applyto> - <owner>Mate Sound Recorder</owner> - <type>int</type> - <default>2</default> - <locale name="C"></locale> - </schema> - - <schema> - <key>/schemas/apps/mate-sound-recorder/audio-format</key> - <applyto>/apps/mate-sound-recorder/audio-format</applyto> - <owner>Mate Sound Recorder</owner> - <type>bool</type> - <default>false</default> - <locale name="C"></locale> - </schema> - - <schema> - <key>/schemas/apps/mate-sound-recorder/sample-rate</key> - <applyto>/apps/mate-sound-recorder/sample-rate</applyto> - <owner>Mate Sound Recorder</owner> - <type>string</type> - <default>44100</default> - <locale name="C"></locale> - </schema> - - <schema> - <key>/schemas/apps/mate-sound-recorder/channels</key> - <applyto>/apps/mate-sound-recorder/channels</applyto> - <owner>Mate Sound Recorder</owner> - <type>bool</type> - <default>false</default> - <locale name="C"></locale> - </schema> - - <schema> - <key>/schemas/apps/mate-sound-recorder/show-time</key> - <applyto>/apps/mate-sound-recorder/show-time</applyto> - <owner>Mate Sound Recorder</owner> - <type>bool</type> - <default>true</default> - <locale name="C"></locale> - </schema> - - <schema> - <key>/schemas/apps/mate-sound-recorder/system-state/open-file-directory</key> - <applyto>/apps/mate-sound-recorder/system-state/open-file-directory</applyto> - <owner>Mate Sound Recorder</owner> - <type>string</type> - <locale name="C"> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mate-sound-recorder/system-state/save-file-directory</key> - <applyto>/apps/mate-sound-recorder/system-state/save-file-directory</applyto> - <owner>Mate Sound Recorder</owner> - <type>string</type> - <locale name="C"> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mate-sound-recorder/last-profile-id</key> - <applyto>/apps/mate-sound-recorder/last-profile-id</applyto> - <owner>Mate Sound Recorder</owner> - <type>string</type> - <default>cdlossy</default> - <locale name="C"> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mate-sound-recorder/last-input</key> - <applyto>/apps/mate-sound-recorder/last-input</applyto> - <owner>Mate Sound Recorder</owner> - <type>string</type> - <locale name="C"> - </locale> - </schema> - </schemalist> -</mateconfschemafile> |