docs: Add missing annotation for ClutterActorClass.touch_event

This commit is contained in:
Emmanuele Bassi 2012-06-25 23:47:12 +01:00
parent ececa27ad0
commit b6d5595470

View File

@ -181,6 +181,7 @@ struct _ClutterActor
* clutter_actor_set_offscreen_redirect() for details.
* @paint_node: virtual function for creating paint nodes and attaching
* them to the render tree
* @touch_event: signal class closure for #ClutterActor::touch-event
*
* Base class for actors.
*/