]> git.0d.be Git - empathy.git/blobdiff - data/org.gnome.Empathy.gschema.xml.in
account-settings: allow to change the service
[empathy.git] / data / org.gnome.Empathy.gschema.xml.in
index 799cc7294f1f99ae150433f2b5066b8363740c54..f3975fce2980af4794aeb6fad734bc66a600b2fb 100644 (file)
@@ -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>
       <_summary>Empathy should auto-away when idle</_summary>
       <_description>Whether Empathy should go into away mode automatically if the user is idle.</_description>
     </key>
-    <key name="butterfly-logs-migrated" type="b">
-      <default>false</default>
-      <_summary>Empathy has migrated butterfly logs</_summary>
-      <_description>Whether Empathy has migrated butterfly logs.</_description>
-    </key>
     <key name="file-transfer-default-folder" type="s">
       <default>''</default>
       <_summary>Empathy default download folder</_summary>
@@ -183,6 +186,11 @@ present them to the user immediately.</_description>
       <_summary>Chat window theme</_summary>
       <_description>The theme that is used to display the conversation in chat windows.</_description>
     </key>
+    <key name="theme-variant" type="s">
+      <default>''</default>
+      <_summary>Chat window theme variant</_summary>
+      <_description>The theme variant that is used to display the conversation in chat windows.</_description>
+    </key>
     <key name="adium-path" type="s">
       <default>''</default>
       <_summary>Path of the Adium theme to use</_summary>
@@ -218,6 +226,28 @@ present them to the user immediately.</_description>
       <_summary>Empathy should use the avatar of the contact as the chat window icon</_summary>
       <_description>Whether Empathy should use the avatar of the contact as the chat window icon.</_description>
     </key>
+    <key name="room-last-account" type="o">
+      <default>"/"</default>
+      <_summary>Last account selected in Join Room dialog</_summary>
+      <_description>D-Bus object path of the last account selected to join a room.</_description>
+    </key>
+  </schema>
+  <schema id="org.gnome.Empathy.call" path="/org/gnome/empathy/call/">
+    <key name="camera-device" type="s">
+      <default>''</default>
+      <_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>
+      <_description>Whether to enable Pulseaudio's echo cancellation filter.</_description>
+    </key>
   </schema>
   <schema id="org.gnome.Empathy.hints" path="/org/gnome/empathy/hints/">
     <key name="close-main-window" type="b">