summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger/log-manager.h')
-rw-r--r--telepathy-logger/log-manager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-logger/log-manager.h b/telepathy-logger/log-manager.h
index 050b1ee7b..5eef1d609 100644
--- a/telepathy-logger/log-manager.h
+++ b/telepathy-logger/log-manager.h
@@ -147,8 +147,9 @@ void tpl_log_manager_search_in_identifier_chats_new_async (TplLogManager *manage
GList *tpl_log_manager_search_new (TplLogManager *manager,
const gchar *text);
-GList *tpl_log_manager_search_new_finish (TplLogManager *self,
+gboolean tpl_log_manager_search_new_finish (TplLogManager *self,
GAsyncResult *result,
+ GList **chats,
GError **error);
void tpl_log_manager_search_new_async (TplLogManager *manager,