aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.Empathy.gschema.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'data/org.gnome.Empathy.gschema.xml.in')
-rw-r--r--data/org.gnome.Empathy.gschema.xml.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/org.gnome.Empathy.gschema.xml.in b/data/org.gnome.Empathy.gschema.xml.in
index f51b51b00..6f8f14638 100644
--- a/data/org.gnome.Empathy.gschema.xml.in
+++ b/data/org.gnome.Empathy.gschema.xml.in
@@ -1,4 +1,12 @@
<schemalist>
+
+ <enum id="position">
+ <value nick="top-left" value="1"/>
+ <value nick="top-right" value="2"/>
+ <value nick="bottom-left" value="3"/>
+ <value nick="bottom-right" value="4"/>
+ </enum>
+
<schema id="org.gnome.Empathy" path="/org/gnome/empathy/">
<key name="use-conn" type="b">
<default>true</default>
@@ -236,6 +244,11 @@ present them to the user immediately.</_description>
<_summary>Camera device</_summary>
<_description>Default camera device to use in video calls, e.g. /dev/video0.</_description>
</key>
+ <key name="camera-position" enum="position">
+ <default>'bottom-left'</default>
+ <_summary>Camera position</_summary>
+ <_description>Position the camera preview should be during a call.</_description>
+ </key>
<key name="echo-cancellation" type="b">
<default>true</default>
<_summary>Echo cancellation support</_summary>