summaryrefslogtreecommitdiff
path: root/telepathy-glib/debug-internal.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-10 20:10:56 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-25 14:45:13 +0100
commit8937722fb43f855c59b5f68a60c5fccc9fb85496 (patch)
tree2a4445cfce3990ffbe14155a9b3d29d5b80a7a9f /telepathy-glib/debug-internal.h
parentc728b978e9fa1ef965d26990369f983b3dc47699 (diff)
downloadtelepathy-glib-8937722fb43f855c59b5f68a60c5fccc9fb85496.tar.gz
TpContactListManager: add a stub implementation
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 8ab18df9c..bebc4a024 100644
--- a/telepathy-glib/debug-internal.h
+++ b/telepathy-glib/debug-internal.h
@@ -27,7 +27,8 @@ typedef enum
TP_DEBUG_CONTACTS = 1 << 11,
TP_DEBUG_ACCOUNTS = 1 << 12,
TP_DEBUG_DISPATCHER = 1 << 13,
- TP_DEBUG_CLIENT = 1 << 14
+ TP_DEBUG_CLIENT = 1 << 14,
+ TP_DEBUG_CONTACT_LISTS = 1 << 15
} TpDebugFlags;
gboolean _tp_debug_flag_is_set (TpDebugFlags flag);