diff options
author | Alessio Treglia <alessio@debian.org> | 2014-07-21 13:58:29 +0100 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2014-07-21 13:58:29 +0100 |
commit | e25104d1480e03993980d944d21d788a95ecd09d (patch) | |
tree | 96b84cc4baac713ad7ab3e887395f9febb91a462 /data/camorama.schemas.in | |
parent | 6ef14034edff72de856c29dd2e4f2b180444d890 (diff) |
Imported Upstream version 0.18upstream/0.18
Diffstat (limited to 'data/camorama.schemas.in')
-rw-r--r-- | data/camorama.schemas.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/data/camorama.schemas.in b/data/camorama.schemas.in index 95f8b41..2a92e7c 100644 --- a/data/camorama.schemas.in +++ b/data/camorama.schemas.in @@ -2,6 +2,18 @@ <schemalist> <schema> + <key>/schemas/apps/camorama/device</key> + <applyto>/apps/camorama/device</applyto> + <owner>camorama</owner> + <type>string</type> + <default>/dev/video0</default> + <locale name="C"> + <short>Video device</short> + <long>The unix file system path to the device that's assigned to your camera.</long> + </locale> + </schema> + + <schema> <key>/schemas/apps/camorama/preferences/append_ts_to_file</key> <applyto>/apps/camorama/preferences/append_ts_to_file</applyto> <owner>camorama</owner> @@ -253,6 +265,17 @@ <long>Toggles the use of the sliders to adjust the video properties</long> </locale> </schema> +<schema> + <key>/schemas/apps/camorama/preferences/show_effects</key> + <applyto>/apps/camorama/preferences/show_effects</applyto> + <owner>camorama</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Toggles the video effects buttons</short> + <long>Toggles the use of the buttons to adjust the video filters</long> + </locale> + </schema> </schemalist> </gconfschemafile> |