]> git.0d.be Git - empathy.git/commitdiff
Add a GSettings key for the default camera
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Tue, 2 Aug 2011 08:52:36 +0000 (09:52 +0100)
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Mon, 15 Aug 2011 12:03:27 +0000 (13:03 +0100)
data/org.gnome.Empathy.gschema.xml.in
libempathy/empathy-gsettings.h

index bf9f20fddb4e1130f61fe7f11c8d49ba8db2d8fa..3f887feed9d3fbb88ad2182cfb87fdfaa8a56f02 100644 (file)
@@ -231,6 +231,11 @@ present them to the user immediately.</_description>
       <_summary>Call volume</_summary>
       <_description>Call volume, as a percentage.</_description>
     </key>
+    <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>
   </schema>
   <schema id="org.gnome.Empathy.hints" path="/org/gnome/empathy/hints/">
     <key name="close-main-window" type="b">
index 5a9fa95f81ae558f7c336daccc3d2f03f73e1be7..d6e5d9192d006dbc329c8025bd4e612ba82ae1b2 100644 (file)
@@ -53,6 +53,7 @@ G_BEGIN_DECLS
 
 #define EMPATHY_PREFS_CALL_SCHEMA EMPATHY_PREFS_SCHEMA ".call"
 #define EMPATHY_PREFS_CALL_SOUND_VOLUME            "volume"
+#define EMPATHY_PREFS_CALL_CAMERA_DEVICE           "camera-device"
 
 #define EMPATHY_PREFS_CHAT_SCHEMA EMPATHY_PREFS_SCHEMA ".conversation"
 #define EMPATHY_PREFS_CHAT_SHOW_SMILEYS            "graphical-smileys"