docs: Description fixes for Action and Constraint

This commit is contained in:
Emmanuele Bassi
2010-05-26 14:09:24 +01:00
parent 9510cbbad2
commit 09659ea18d
3 changed files with 14 additions and 7 deletions

View File

@ -1,12 +1,16 @@
/**
* SECTION:clutter-constraint
* @Title: ClutterConstraint
* @Short_Description: A constraint on an actor's position or size
* @Short_Description: Abstract class for constraints on position or size
* @See_Also: #ClutterAction
*
* #ClutterConstraint is a base abstract class for modifiers of a #ClutterActor
* position or size.
*
* A #ClutterConstraint sub-class should contain the logic for modifying
* the position or size of the #ClutterActor to which it is applied, using
* the various signals and properties of #ClutterActor itself.
*
* #ClutterConstraint is available since Clutter 1.4
*/