summaryrefslogtreecommitdiff
path: root/telepathy-glib/debug.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-30 16:25:29 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-30 16:25:29 +0100
commit04e68cf5d201a5bd89aec25c8dd85aac02901a60 (patch)
treeb944ef7eebafa8d435abb2e27ce49e944fb0f849 /telepathy-glib/debug.c
parent8b96c00668529c498cb6946fdd18f6481e9ceff1 (diff)
downloadtelepathy-glib-04e68cf5d201a5bd89aec25c8dd85aac02901a60.tar.gz
Correct documentation regarding --disable-debug
Diffstat (limited to 'telepathy-glib/debug.c')
-rw-r--r--telepathy-glib/debug.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/telepathy-glib/debug.c b/telepathy-glib/debug.c
index a3cec0474..4f3be0aa7 100644
--- a/telepathy-glib/debug.c
+++ b/telepathy-glib/debug.c
@@ -83,9 +83,6 @@ static gboolean tp_debug_persistent = FALSE;
* Activate all possible debug modes. This also activates persistent mode,
* which should have been orthogonal.
*
- * If telepathy-glib was compiled with --disable-debug (not recommended),
- * this function does nothing.
- *
* @deprecated since 0.6.1. Use tp_debug_set_flags ("all") and
* tp_debug_set_persistent() instead.
*/
@@ -161,7 +158,8 @@ static GDebugKey persist_keys[] = {
* The parsing matches that of g_parse_debug_string().
*
* If telepathy-glib was compiled with --disable-debug (not recommended),
- * this function does nothing.
+ * this function has no practical effect, since the debug messages it would
+ * enable were removed at compile time.
*
* @since 0.6.1
*/
@@ -189,9 +187,6 @@ tp_debug_set_flags (const gchar *flags_string)
*
* The parsing matches that of g_parse_debug_string().
*
- * If telepathy-glib was compiled with --disable-debug (not recommended),
- * this function does nothing.
- *
* @deprecated since 0.6.1. Use tp_debug_set_flags() and
* tp_debug_set_persistent() instead
*/
@@ -213,9 +208,6 @@ tp_debug_set_flags_from_string (const gchar *flags_string)
* <literal>tp_debug_set_flags_from_string (g_getenv (var))</literal>,
* and has the same problem with persistence being included in "all".
*
- * If telepathy-glib was compiled with --disable-debug (not recommended),
- * this function does nothing.
- *
* @deprecated since 0.6.1. Use tp_debug_set_flags(g_getenv(...)) and
* tp_debug_set_persistent() instead
*/
@@ -237,9 +229,6 @@ tp_debug_set_flags_from_env (const gchar *var)
*
* Used to enable persistent operation of the connection manager process for
* debugging purposes.
- *
- * If telepathy-glib was compiled with --disable-debug (not recommended),
- * this function does nothing.
*/
void
tp_debug_set_persistent (gboolean persistent)