aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-debug.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-08-18 23:56:54 +0800
committerJonny Lamb <jonny.lamb@collabora.co.uk>2009-08-18 23:57:12 +0800
commitb6385d57ac531ea4dde4e6bf5478fc47924bcb07 (patch)
tree358b1bc62a565a14178b10c7d4a990bc9a74c017 /libempathy/empathy-debug.h
parent381d68e40a9ead2b8217c4f4da856c972d5d3228 (diff)
downloadgsoc2013-empathy-b6385d57ac531ea4dde4e6bf5478fc47924bcb07.tar
gsoc2013-empathy-b6385d57ac531ea4dde4e6bf5478fc47924bcb07.tar.gz
gsoc2013-empathy-b6385d57ac531ea4dde4e6bf5478fc47924bcb07.tar.bz2
gsoc2013-empathy-b6385d57ac531ea4dde4e6bf5478fc47924bcb07.tar.lz
gsoc2013-empathy-b6385d57ac531ea4dde4e6bf5478fc47924bcb07.tar.xz
gsoc2013-empathy-b6385d57ac531ea4dde4e6bf5478fc47924bcb07.tar.zst
gsoc2013-empathy-b6385d57ac531ea4dde4e6bf5478fc47924bcb07.zip
empathy-debug: add connectivity debug key
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'libempathy/empathy-debug.h')
-rw-r--r--libempathy/empathy-debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-debug.h b/libempathy/empathy-debug.h
index 0d25f22dd..edfa05d95 100644
--- a/libempathy/empathy-debug.h
+++ b/libempathy/empathy-debug.h
@@ -42,6 +42,7 @@ typedef enum
EMPATHY_DEBUG_LOCATION = 1 << 8,
EMPATHY_DEBUG_OTHER = 1 << 9,
EMPATHY_DEBUG_SHARE_DESKTOP = 1 << 10,
+ EMPATHY_DEBUG_CONNECTIVITY = 1 << 11,
} EmpathyDebugFlags;
gboolean empathy_debug_flag_is_set (EmpathyDebugFlags flag);