[doc] Update the should_pick_paint() documentation

The should_pick_paint() method of ClutterActor is not clearly
documented.
This commit is contained in:
Emmanuele Bassi 2009-03-19 11:40:13 +00:00
parent 0a48a52ba1
commit d6937b797e

View File

@ -730,7 +730,9 @@ clutter_actor_pick (ClutterActor *self,
* clutter_actor_should_pick_paint:
* @self: A #ClutterActor
*
* Utility call for subclasses overiding the pick method.
* Should be called inside the implementation of the
* #ClutterActor::pick virtual function in order to check whether
* the actor should paint itself in pick mode or not.
*
* This function should never be called directly by applications.
*