summaryrefslogtreecommitdiff
path: root/telepathy-glib/debug-internal.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-10-07 15:01:53 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-10-07 15:15:32 +0100
commit615ac83b449c133e2afbb5f71414cfece4db2210 (patch)
tree55b3c8dccd546bcbc228b54a200620b9ae9fe17c /telepathy-glib/debug-internal.h
parentc8d8338a5299509593fe7d05ed36dc01c2112458 (diff)
downloadtelepathy-glib-615ac83b449c133e2afbb5f71414cfece4db2210.tar.gz
debug.c, debug-internal.h: add TP_DEBUG_FLAG_HANDLES
Also amend instructions for use to stop referencing deprecated functions
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 48f3598f5..d4bb9af64 100644
--- a/telepathy-glib/debug-internal.h
+++ b/telepathy-glib/debug-internal.h
@@ -23,7 +23,8 @@ typedef enum
TP_DEBUG_PRESENCE = 1 << 6,
TP_DEBUG_MANAGER = 1 << 7,
TP_DEBUG_CHANNEL = 1 << 8,
- TP_DEBUG_PROXY = 1 << 9
+ TP_DEBUG_PROXY = 1 << 9,
+ TP_DEBUG_HANDLES = 1 << 10
} TpDebugFlags;
gboolean _tp_debug_flag_is_set (TpDebugFlags flag);