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 348eacc..8e576fe 100644
--- a/telepathy-logger/log-manager.h
+++ b/telepathy-logger/log-manager.h
@@ -85,8 +85,9 @@ gboolean tpl_log_manager_exists (TplLogManager *manager,
GList *tpl_log_manager_get_dates (TplLogManager *manager,
TpAccount *account, const gchar *chat_id, gboolean chatroom);
-GList *tpl_log_manager_get_dates_finish (TplLogManager *self,
+gboolean tpl_log_manager_get_dates_finish (TplLogManager *self,
GAsyncResult *result,
+ GList **dates,
GError **error);
void tpl_log_manager_get_dates_async (TplLogManager *manager,