interfaces: Add docs for gst_color_balance_get_balance_type()

This commit is contained in:
Sebastian Dröge 2009-05-10 17:25:31 +02:00
parent ce34fdfc30
commit 29b063b39b

View file

@ -184,6 +184,16 @@ gst_color_balance_get_value (GstColorBalance * balance,
return channel->min_value;
}
/**
* gst_color_balance_get_balance_type:
* @balance: The #GstColorBalance implementation
*
* Get the #GstColorBalanceType of this implementation.
*
* Returns: A the #GstColorBalanceType.
*
* Since: 0.10.24
*/
GstColorBalanceType
gst_color_balance_get_balance_type (GstColorBalance * balance)
{