summaryrefslogtreecommitdiff
path: root/telepathy-glib/debug-internal.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-06-09 09:25:39 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-06-10 14:37:48 +0100
commit2e184d2d313e9b30a9f81f4cf9376dbe1e4811c3 (patch)
treef992129ca2002ac15d4c53d622bb3797670dbbd8 /telepathy-glib/debug-internal.h
parent4e3e02159e6bfbf95408f30b524832feb292cb10 (diff)
downloadtelepathy-glib-2e184d2d313e9b30a9f81f4cf9376dbe1e4811c3.tar.gz
Add channel dispatcher generated code and a very basic proxy
Diffstat (limited to 'telepathy-glib/debug-internal.h')
-rw-r--r--telepathy-glib/debug-internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/debug-internal.h b/telepathy-glib/debug-internal.h
index a45c27e86..f35561325 100644
--- a/telepathy-glib/debug-internal.h
+++ b/telepathy-glib/debug-internal.h
@@ -26,7 +26,8 @@ typedef enum
TP_DEBUG_PROXY = 1 << 9,
TP_DEBUG_HANDLES = 1 << 10,
TP_DEBUG_CONTACTS = 1 << 11,
- TP_DEBUG_ACCOUNTS = 1 << 12
+ TP_DEBUG_ACCOUNTS = 1 << 12,
+ TP_DEBUG_DISPATCHER = 1 << 13
} TpDebugFlags;
gboolean _tp_debug_flag_is_set (TpDebugFlags flag);