From f7735ff1ad66444ede0fbc8e45447e7e0b4ce895 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 16 Mar 2012 18:10:34 +0000 Subject: [PATCH] docs: Change the short description of ClutterActor The Actor class is not abstract any more. --- clutter/clutter-actor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c index 88230eaf1..460b5d0b1 100644 --- a/clutter/clutter-actor.c +++ b/clutter/clutter-actor.c @@ -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