diff options
author | Arnaud Maillet <arnaud.maillet@collabora.co.uk> | 2009-07-20 22:06:57 +0800 |
---|---|---|
committer | Arnaud Maillet <arnaud.maillet@collabora.co.uk> | 2009-07-20 22:41:22 +0800 |
commit | 719ae62b7c7a33e8338470b386386c7fd807b560 (patch) | |
tree | c81b78e05529d00d6c76e3bf08dfc206961a6cb2 /libempathy | |
parent | 16f43e0a4d7bd7597694bca7f9f48ef2a20da5a5 (diff) | |
download | gsoc2013-empathy-719ae62b7c7a33e8338470b386386c7fd807b560.tar gsoc2013-empathy-719ae62b7c7a33e8338470b386386c7fd807b560.tar.gz gsoc2013-empathy-719ae62b7c7a33e8338470b386386c7fd807b560.tar.bz2 gsoc2013-empathy-719ae62b7c7a33e8338470b386386c7fd807b560.tar.lz gsoc2013-empathy-719ae62b7c7a33e8338470b386386c7fd807b560.tar.xz gsoc2013-empathy-719ae62b7c7a33e8338470b386386c7fd807b560.tar.zst gsoc2013-empathy-719ae62b7c7a33e8338470b386386c7fd807b560.zip |
Add EMPATHY_DEBUG_SHARE_DESKTOP in libempathy/empathy-debug.h
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-debug.h b/libempathy/empathy-debug.h index 9df728922..0d25f22dd 100644 --- a/libempathy/empathy-debug.h +++ b/libempathy/empathy-debug.h @@ -41,6 +41,7 @@ typedef enum EMPATHY_DEBUG_FT = 1 << 7, EMPATHY_DEBUG_LOCATION = 1 << 8, EMPATHY_DEBUG_OTHER = 1 << 9, + EMPATHY_DEBUG_SHARE_DESKTOP = 1 << 10, } EmpathyDebugFlags; gboolean empathy_debug_flag_is_set (EmpathyDebugFlags flag); |