From aedca7acfcfd4c25cebae3b84b8b7526f758b41c Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 24 Dec 2013 01:20:25 +0000 Subject: [PATCH] colorbalance: add missing annotation for list_channels() https://bugzilla.gnome.org/show_bug.cgi?id=720999 --- gst-libs/gst/video/colorbalance.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gst-libs/gst/video/colorbalance.c b/gst-libs/gst/video/colorbalance.c index ebae5a156f..a0adacf098 100644 --- a/gst-libs/gst/video/colorbalance.c +++ b/gst-libs/gst/video/colorbalance.c @@ -114,12 +114,13 @@ gst_color_balance_base_init (GstColorBalanceInterface * iface) /** * gst_color_balance_list_channels: * @balance: A #GstColorBalance instance - * + * * Retrieve a list of the available channels. * - * Returns: A GList containing pointers to #GstColorBalanceChannel objects. - * The list is owned by the #GstColorBalance instance and must not - * be freed. + * Returns: (element-type GstColorBalanceChannel) (tranfer none): A + * GList containing pointers to #GstColorBalanceChannel + * objects. The list is owned by the #GstColorBalance + * instance and must not be freed. */ const GList * gst_color_balance_list_channels (GstColorBalance * balance)