summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-07 18:15:31 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-07 18:29:44 +0100
commit78261fa55155d7916a56d5f315f661ad683875af (patch)
tree29d351255f41659a085d0f15dd44aa0cbcaaee31
parent980caffd3aad877fe35f081e5bbaf101f30209ce (diff)
_tpl_conf_get_ignorelist: fix g-i markupnext-gvariant1
-rw-r--r--telepathy-logger/conf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-logger/conf.c b/telepathy-logger/conf.c
index d98cae9c4..070f6b36e 100644
--- a/telepathy-logger/conf.c
+++ b/telepathy-logger/conf.c
@@ -289,7 +289,8 @@ _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.
*
- * Returns: (transfer none) NULL-terminated list of contact IDs.
+ * Returns: (transfer none) (array zero-terminated=1) (element-type utf8):
+ * NULL-terminated list of contact IDs.
*/
const gchar **
_tpl_conf_get_ignorelist (TplConf *self)