docs: mention clipping of values in control-binding docs

This commit is contained in:
Stefan Sauer 2013-03-08 08:13:06 +01:00
parent c342d54571
commit 03075cd144

View file

@ -24,7 +24,8 @@
* @short_description: direct attachment for control sources
*
* A value mapping object that attaches control sources to gobject properties. It
* will map the control values [0.0 ... 1.0] to the target property range.
* will map the control values [0.0 ... 1.0] to the target property range. If a
* control value is outside of the range, it will be clipped.
*/
#include <glib-object.h>