[next] telepathy-glib: channel-manager: annotate @func arguments
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Wed Jan 29 03:02:21 PST 2014
Module: telepathy-glib
Branch: next
Commit: e059b9a169858ee2fed044db325e8b868f6907ff
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=e059b9a169858ee2fed044db325e8b868f6907ff
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Tue Jan 28 11:43:19 2014 +0100
channel-manager: annotate @func arguments
---
telepathy-glib/channel-manager.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/telepathy-glib/channel-manager.c b/telepathy-glib/channel-manager.c
index e75662f..94f47b6 100644
--- a/telepathy-glib/channel-manager.c
+++ b/telepathy-glib/channel-manager.c
@@ -492,7 +492,7 @@ tp_channel_manager_emit_request_failed_printf (gpointer instance,
/**
* tp_channel_manager_foreach_channel:
* @manager: an object implementing #TpChannelManager
- * @func: A function
+ * @func: (scope call): A function
* @user_data: Arbitrary data to be passed as the second argument of @func
*
* Calls func(channel, user_data) for each channel managed by @manager.
@@ -536,7 +536,7 @@ foreach_adaptor (GType type G_GNUC_UNUSED,
/**
* tp_channel_manager_foreach_channel_class:
* @manager: An object implementing #TpChannelManager
- * @func: A function
+ * @func: (scope call): A function
* @user_data: Arbitrary data to be passed as the final argument of @func
*
* Calls func(manager, fixed, allowed, user_data) for each channel class
@@ -571,7 +571,7 @@ tp_channel_manager_foreach_channel_class (TpChannelManager *manager,
/**
* tp_channel_manager_type_foreach_channel_class:
* @type: A type whose instances implement #TpChannelManager
- * @func: A function
+ * @func: (scope call): A function
* @user_data: Arbitrary data to be passed as the final argument of @func
*
* Calls func(type, fixed, allowed, user_data) for each channel class
More information about the telepathy-commits
mailing list