summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-manager.c
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2011-02-26 11:42:19 -0500
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-02-28 16:32:15 +0000
commite472401b480a5ae5ffc11ff4e3ca88ecc47175f2 (patch)
treed65dfbcd9e8c7d413aad182646905804d1e1cfff /telepathy-logger/log-manager.c
parent944fe493d338c6ca9cfabe0f57c8e4b4a1715446 (diff)
downloadtelepathy-logger-e472401b480a5ae5ffc11ff4e3ca88ecc47175f2.tar.gz
Start work on introspection support.
https://bugs.freedesktop.org/show_bug.cgi?id=34770
Diffstat (limited to 'telepathy-logger/log-manager.c')
-rw-r--r--telepathy-logger/log-manager.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/telepathy-logger/log-manager.c b/telepathy-logger/log-manager.c
index e076561..d57f1f0 100644
--- a/telepathy-logger/log-manager.c
+++ b/telepathy-logger/log-manager.c
@@ -304,7 +304,7 @@ tpl_log_manager_init (TplLogManager *self)
/**
* tpl_log_manager_dup_singleton
*
- * Returns: a new reference on the log manager
+ * Returns: (transfer full): a new reference on the log manager
*/
TplLogManager *
tpl_log_manager_dup_singleton (void)
@@ -1162,9 +1162,9 @@ _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: an optional filter function
+ * @filter: (scope async): an optional filter function
* @filter_user_data: user data to pass to @filter
- * @callback: a callback to call when the request is satisfied
+ * @callback: (scope async): 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.