Fixes for the API reference

Typos, missing symbols, and missing documentation.
This commit is contained in:
Emmanuele Bassi
2012-04-19 16:00:23 +01:00
parent 076179f20b
commit 0b76ba332d
16 changed files with 204 additions and 54 deletions

View File

@ -11,7 +11,7 @@
* the position or size of the #ClutterActor to which it is applied, by
* updating the actor's allocation. Each #ClutterConstraint can change the
* allocation of the actor to which they are applied by overriding the
* <function>update_allocation()</function> virtual function.
* #ClutterConstraintClass.update_allocation() virtual function.
*
* <refsect2 id="ClutterConstraint-usage">
* <title>Using Constraints</title>