docs: Change the short description of ClutterActor

The Actor class is not abstract any more.
This commit is contained in:
Emmanuele Bassi 2012-03-16 18:10:34 +00:00
parent e5e10b6a04
commit f7735ff1ad

View File

@ -24,7 +24,7 @@
/** /**
* SECTION:clutter-actor * SECTION:clutter-actor
* @short_description: Base abstract class for all visual stage actors. * @short_description: The basic element of the scene graph
* *
* The ClutterActor class is the basic element of the scene graph in Clutter, * The ClutterActor class is the basic element of the scene graph in Clutter,
* and it encapsulates the position, size, and transformations of a node in * and it encapsulates the position, size, and transformations of a node in