colorbalance: add missing annotation for list_channels()

https://bugzilla.gnome.org/show_bug.cgi?id=720999
This commit is contained in:
Lionel Landwerlin 2013-12-24 01:20:25 +00:00 committed by Tim-Philipp Müller
parent cd4602ecfa
commit aedca7acfc

View File

@ -117,9 +117,10 @@ gst_color_balance_base_init (GstColorBalanceInterface * iface)
* *
* Retrieve a list of the available channels. * Retrieve a list of the available channels.
* *
* Returns: A GList containing pointers to #GstColorBalanceChannel objects. * Returns: (element-type GstColorBalanceChannel) (tranfer none): A
* The list is owned by the #GstColorBalance instance and must not * GList containing pointers to #GstColorBalanceChannel
* be freed. * objects. The list is owned by the #GstColorBalance
* instance and must not be freed.
*/ */
const GList * const GList *
gst_color_balance_list_channels (GstColorBalance * balance) gst_color_balance_list_channels (GstColorBalance * balance)