1
0
Fork 0

docs: Add ClutterActorClass.paint_node() description

This commit is contained in:
Emmanuele Bassi 2012-03-16 12:01:28 +00:00
parent 8904f7cbe4
commit b44290c436

View file

@ -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.
*/