aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-08-02 16:52:36 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-08-15 20:03:27 +0800
commit1c67fe35b022071ff9c5af15a54e8cd495ea3280 (patch)
tree85ad60839f836cdf7d57663c2f07985078d2ec61 /libempathy
parentc9883b1b7038306e88877a4998226412c23ed55c (diff)
downloadgsoc2013-empathy-1c67fe35b022071ff9c5af15a54e8cd495ea3280.tar
gsoc2013-empathy-1c67fe35b022071ff9c5af15a54e8cd495ea3280.tar.gz
gsoc2013-empathy-1c67fe35b022071ff9c5af15a54e8cd495ea3280.tar.bz2
gsoc2013-empathy-1c67fe35b022071ff9c5af15a54e8cd495ea3280.tar.lz
gsoc2013-empathy-1c67fe35b022071ff9c5af15a54e8cd495ea3280.tar.xz
gsoc2013-empathy-1c67fe35b022071ff9c5af15a54e8cd495ea3280.tar.zst
gsoc2013-empathy-1c67fe35b022071ff9c5af15a54e8cd495ea3280.zip
Add a GSettings key for the default camera
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-gsettings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-gsettings.h b/libempathy/empathy-gsettings.h
index 5a9fa95f8..d6e5d9192 100644
--- a/libempathy/empathy-gsettings.h
+++ b/libempathy/empathy-gsettings.h
@@ -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"