mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
colorbalance: add missing annotation for list_channels()
https://bugzilla.gnome.org/show_bug.cgi?id=720999
This commit is contained in:
parent
cd4602ecfa
commit
aedca7acfc
1 changed files with 5 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue