docs: Change the short description of ClutterActor
authorEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 16 Mar 2012 18:10:34 +0000 (18:10 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 16 Mar 2012 18:10:34 +0000 (18:10 +0000)
The Actor class is not abstract any more.

clutter/clutter-actor.c

index 88230ea..460b5d0 100644 (file)
@@ -24,7 +24,7 @@
 
 /**
  * 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,
  * and it encapsulates the position, size, and transformations of a node in