mirror of
https://github.com/brl/mutter.git
synced 2025-02-19 22:54:08 +00:00
[doc] Update the should_pick_paint() documentation
The should_pick_paint() method of ClutterActor is not clearly documented.
This commit is contained in:
parent
0a48a52ba1
commit
d6937b797e
@ -730,7 +730,9 @@ clutter_actor_pick (ClutterActor *self,
|
|||||||
* clutter_actor_should_pick_paint:
|
* clutter_actor_should_pick_paint:
|
||||||
* @self: A #ClutterActor
|
* @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.
|
* This function should never be called directly by applications.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user