summaryrefslogtreecommitdiff
path: root/telepathy-logger/conf.c
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2012-05-25 14:30:33 -0400
committerJonny Lamb <jonny.lamb@collabora.co.uk>2012-05-28 13:58:59 +0100
commit5ec438f1f6f20d2402ae14a9a15bdbaf9131c4f6 (patch)
tree95406447a79eae161c7ae9abdd43e33c5894b2eb /telepathy-logger/conf.c
parent690726f7e0caf41d198f1110e02a45418c205612 (diff)
downloadtelepathy-logger-5ec438f1f6f20d2402ae14a9a15bdbaf9131c4f6.tar.gz
Fix introspection warnings
https://bugs.freedesktop.org/show_bug.cgi?id=50361 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'telepathy-logger/conf.c')
-rw-r--r--telepathy-logger/conf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/telepathy-logger/conf.c b/telepathy-logger/conf.c
index 5f4073f..fea99fa 100644
--- a/telepathy-logger/conf.c
+++ b/telepathy-logger/conf.c
@@ -182,7 +182,7 @@ _tpl_conf_init (TplConf *self)
/**
- * _tpl_conf_dup
+ * _tpl_conf_dup:
*
* Convenience function to obtain a TPL Configuration object, which is a
* singleton.
@@ -198,7 +198,7 @@ _tpl_conf_dup (void)
/**
- * _tpl_conf_is_globally_enabled
+ * _tpl_conf_is_globally_enabled:
* @self: a TplConf instance
*
* Whether TPL is globally enabled or not. If it's not globally enabled, no
@@ -221,7 +221,7 @@ _tpl_conf_is_globally_enabled (TplConf *self)
/**
- * _tpl_conf_globally_enable
+ * _tpl_conf_globally_enable:
* @self: a TplConf instance
* @enable: wether to globally enable or globally disable logging.
*