From 6af830de47b914f3d6f81a220e3f7187deea7b50 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 19 Sep 2012 13:56:28 +0100 Subject: [PATCH 13/15] tp_channel_dispatch_operation_get_channels: annotate return type, don't skip The justification for (skip)ing it is that it's just a binding for a property, but the underlying property is not useful from g-i due to a g-i limitation (GPtrArray properties can't be annotated with their element types, https://bugzilla.gnome.org/show_bug.cgi?id=663846). --- telepathy-glib/channel-dispatch-operation.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/telepathy-glib/channel-dispatch-operation.c b/telepathy-glib/channel-dispatch-operation.c index 71742f4..92e2940 100644 --- a/telepathy-glib/channel-dispatch-operation.c +++ b/telepathy-glib/channel-dispatch-operation.c @@ -1119,7 +1119,7 @@ tp_channel_dispatch_operation_get_account ( } /** - * tp_channel_dispatch_operation_get_channels: (skip) + * tp_channel_dispatch_operation_get_channels: * @self: a #TpChannelDispatchOperation * * Returns a #GPtrArray containing the #TpChannel of this @@ -1127,7 +1127,8 @@ tp_channel_dispatch_operation_get_account ( * The returned array and its #TpChannel are only valid while @self is * valid - copy array and reference channels with g_object_ref() if needed. * - * Returns: (transfer none): the value of #TpChannelDispatchOperation:channels + * Returns: (transfer none) (element-type TelepathyGLib.Channel): the value + * of #TpChannelDispatchOperation:channels * * Since: 0.19.9 */ -- 1.7.10.4