diff options
-rw-r--r-- | telepathy-logger/conf.c | 3 |
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) |