summaryrefslogtreecommitdiff
path: root/telepathy-logger
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2013-04-08 13:59:40 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2013-04-08 13:59:40 -0400
commite05e5410276324522aa66d18d7b4a73b1d031779 (patch)
tree1558a11567dccf39a08fff6661f5e642074c5b33 /telepathy-logger
parentac2bac05cfbdd7250a5dedfc873d64feedf58db6 (diff)
downloadtelepathy-logger-e05e5410276324522aa66d18d7b4a73b1d031779.tar.gz
ignorelist: Fix annotation and documentation
Diffstat (limited to 'telepathy-logger')
-rw-r--r--telepathy-logger/conf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/telepathy-logger/conf.c b/telepathy-logger/conf.c
index f814b0b..888114d 100644
--- a/telepathy-logger/conf.c
+++ b/telepathy-logger/conf.c
@@ -289,8 +289,7 @@ _tpl_conf_set_ignorelist (TplConf *self,
* Provides list of IDs in "account_id/entity_id" format. Events from or to
* this entities should not be logged.
*
- * Return value: (transfer-full) a newly allocated NULL-terminated list of contact IDs.
- * The list is owned by the @self and should not be freed.
+ * Returns: (transfer none) NULL-terminated list of contact IDs.
*/
const gchar **
_tpl_conf_get_ignorelist (TplConf *self)