aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-debug.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-06-26 01:52:48 +0800
committerJonny Lamb <jonny.lamb@collabora.co.uk>2009-06-26 01:52:48 +0800
commit2f64117b60d24ba5ad3f4bb1c41d4ea3a91f15a6 (patch)
treeacad03b8b27cc28a68d0c0e3558fd6828277e3b2 /libempathy/empathy-debug.h
parentaa9603b62dd1893eb3fdcd357397ba20c733da43 (diff)
parent807b62250294666c0dccc27fbab03c1c782dd38b (diff)
downloadgsoc2013-empathy-2f64117b60d24ba5ad3f4bb1c41d4ea3a91f15a6.tar
gsoc2013-empathy-2f64117b60d24ba5ad3f4bb1c41d4ea3a91f15a6.tar.gz
gsoc2013-empathy-2f64117b60d24ba5ad3f4bb1c41d4ea3a91f15a6.tar.bz2
gsoc2013-empathy-2f64117b60d24ba5ad3f4bb1c41d4ea3a91f15a6.tar.lz
gsoc2013-empathy-2f64117b60d24ba5ad3f4bb1c41d4ea3a91f15a6.tar.xz
gsoc2013-empathy-2f64117b60d24ba5ad3f4bb1c41d4ea3a91f15a6.tar.zst
gsoc2013-empathy-2f64117b60d24ba5ad3f4bb1c41d4ea3a91f15a6.zip
Merge branch 'debugger'
Diffstat (limited to 'libempathy/empathy-debug.h')
-rw-r--r--libempathy/empathy-debug.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/libempathy/empathy-debug.h b/libempathy/empathy-debug.h
index 787264dd0..9df728922 100644
--- a/libempathy/empathy-debug.h
+++ b/libempathy/empathy-debug.h
@@ -1,4 +1,4 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
+/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */
/*
* Copyright (C) 2007 Collabora Ltd.
* Copyright (C) 2007 Nokia Corporation
@@ -46,6 +46,7 @@ typedef enum
gboolean empathy_debug_flag_is_set (EmpathyDebugFlags flag);
void empathy_debug (EmpathyDebugFlags flag, const gchar *format, ...)
G_GNUC_PRINTF (2, 3);
+void empathy_debug_free (void);
void empathy_debug_set_flags (const gchar *flags_string);
G_END_DECLS
@@ -88,4 +89,7 @@ G_END_DECLS
#define DEBUGGING 0
#endif /* !defined (ENABLE_DEBUG) */
+
+#define gabble_debug_free() G_STMT_START { } G_STMT_END
+
#endif /* defined (DEBUG_FLAG) */