From b44290c4369e86f8fff19bf4ccbb0cb7a5268cdc Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 16 Mar 2012 12:01:28 +0000 Subject: [PATCH] docs: Add ClutterActorClass.paint_node() description --- clutter/clutter-actor.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clutter/clutter-actor.h b/clutter/clutter-actor.h index 85b5d69..b55afd1 100644 --- a/clutter/clutter-actor.h +++ b/clutter/clutter-actor.h @@ -179,6 +179,8 @@ struct _ClutterActor * sub-classes to advertise whether they need an offscreen redirect * to get the correct opacity. See * clutter_actor_set_offscreen_redirect() for details. + * @paint_node: virtual function for creating paint nodes and attaching + * them to the render tree * * Base class for actors. */ -- 2.7.4