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, 176 insertions, 0 deletions
diff --git a/grecord/mate-sound-recorder.schemas.in.in b/grecord/mate-sound-recorder.schemas.in.in new file mode 100644 index 0000000..fe25738 --- /dev/null +++ b/grecord/mate-sound-recorder.schemas.in.in @@ -0,0 +1,176 @@ +<?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> |