summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-manager.c
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-02-23 18:47:42 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-02-23 20:45:01 -0500
commit7957a5d68693fe05a1a19b3b7718fadddc22ffd6 (patch)
treed897e0ade02f70713af90efea1cc978e7af35b9a /telepathy-logger/log-manager.c
parent88fadeebced917cfefbd250ed79096ab0f1f0ecf (diff)
downloadtelepathy-logger-7957a5d68693fe05a1a19b3b7718fadddc22ffd6.tar.gz
Doc fix
Diffstat (limited to 'telepathy-logger/log-manager.c')
-rw-r--r--telepathy-logger/log-manager.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/telepathy-logger/log-manager.c b/telepathy-logger/log-manager.c
index c2bbbdb..5974efa 100644
--- a/telepathy-logger/log-manager.c
+++ b/telepathy-logger/log-manager.c
@@ -444,6 +444,7 @@ _tpl_log_manager_register_log_store (TplLogManager *self,
* @manager: TplLogManager
* @account: TpAccount
* @target: a non-NULL #TplEntity
+ * @type_mask: event type filter see #TplEventTypeMask
*
* Checks if logs exist for @target.
*
@@ -1160,7 +1161,7 @@ _get_filtered_events_async_thread (GSimpleAsyncResult *simple,
* @account: a #TpAccount
* @target: a non-NULL #TplEntity
* @type_mask: event type filter see #TplEventTypeMask
- * @num_event: number of maximum events to fetch
+ * @num_events: number of maximum events to fetch
* @filter: an optional filter function
* @filter_user_data: user data to pass to @filter
* @callback: a callback to call when the request is satisfied
@@ -1411,7 +1412,7 @@ tpl_log_manager_search_async (TplLogManager *manager,
* tpl_log_manager_search_finish:
* @self: a #TplLogManager
* @result: a #GAsyncResult
- * @chats: a pointer to a #GList used to return the list of #TplLogSearchHit
+ * @hits: a pointer to a #GList used to return the list of #TplLogSearchHit
* @error: a #GError to fill
*
* Returns: #TRUE if the operation was successful, otherwise #FALSE