summaryrefslogtreecommitdiff
path: root/telepathy-logger
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger')
-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 d37ab85..f11a58e 100644
--- a/telepathy-logger/log-manager.c
+++ b/telepathy-logger/log-manager.c
@@ -1106,9 +1106,10 @@ _get_filtered_events_async_thread (GSimpleAsyncResult *simple,
* @target: a non-NULL #TplEntity
* @type_mask: event type filter see #TplEventTypeMask
* @num_events: number of maximum events to fetch
- * @filter: (scope async): an optional filter function
+ * @filter: (scope call) (allow-none): an optional filter function
* @filter_user_data: user data to pass to @filter
- * @callback: (scope async): a callback to call when the request is satisfied
+ * @callback: (scope async) (allow-none): a callback to call when
+ * the request is satisfied
* @user_data: data to pass to @callback
*
* Retrieve the most recent @num_event events exchanged with @target.