summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-23 15:58:22 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-23 15:59:19 +0200
commit75b1c3a7749e96a4de1bb700fbe5b3a0637884c7 (patch)
tree3e1d08483512470fdf9648c7ec3c679b270e311e
parent6c566522b8e1dcae7a6e12253f4747c7213926e9 (diff)
downloadtelepathy-logger-75b1c3a7749e96a4de1bb700fbe5b3a0637884c7.tar.gz
tpl_log_manager_search_async: fix introspection
https://bugs.freedesktop.org/show_bug.cgi?id=69715
-rw-r--r--telepathy-logger/log-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/log-manager.c b/telepathy-logger/log-manager.c
index 4fc0770..62d0f74 100644
--- a/telepathy-logger/log-manager.c
+++ b/telepathy-logger/log-manager.c
@@ -1397,7 +1397,7 @@ tpl_log_manager_search_async (TplLogManager *manager,
* tpl_log_manager_search_finish:
* @self: a #TplLogManager
* @result: a #GAsyncResult
- * @hits: (out) (transfer full) (element-type TelepathyLogger.SearchHit): a
+ * @hits: (out) (transfer full) (element-type TelepathyLogger.LogSearchHit): a
* pointer to a #GList used to return the list of #TplLogSearchHit
* @error: a #GError to fill
*