summaryrefslogtreecommitdiff
path: root/telepathy-glib/debug-sender.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-08-24 15:10:29 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2009-08-24 15:13:43 +0100
commitf3f2e4ecd6c0e123570842940b43b801f559e3a8 (patch)
tree9d437b09c3b1c2fadc394ccd97d7db7a138a9e7c /telepathy-glib/debug-sender.h
parent7490094710ccc98b083cdedd43118b904ce74076 (diff)
downloadtelepathy-glib-f3f2e4ecd6c0e123570842940b43b801f559e3a8.tar.gz
Add tp_debug_sender_log_handler.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/debug-sender.h')
-rw-r--r--telepathy-glib/debug-sender.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-glib/debug-sender.h b/telepathy-glib/debug-sender.h
index 9915d279d..d469431a6 100644
--- a/telepathy-glib/debug-sender.h
+++ b/telepathy-glib/debug-sender.h
@@ -76,6 +76,9 @@ void tp_debug_sender_add_message (TpDebugSender *self,
GLogLevelFlags level,
const gchar *string);
+void tp_debug_sender_log_handler (const gchar *log_domain,
+ GLogLevelFlags log_level, const gchar *message, gpointer exclude);
+
G_END_DECLS
#endif /* __TP_DEBUG_SENDER_H__ */