diff --git a/clutter/clutter/clutter-actor.c b/clutter/clutter/clutter-actor.c index 5caa39374..100b80459 100644 --- a/clutter/clutter/clutter-actor.c +++ b/clutter/clutter/clutter-actor.c @@ -8014,6 +8014,7 @@ clutter_actor_class_init (ClutterActorClass *klass) * ClutterActor::queue-redraw: * @actor: the actor we're bubbling the redraw request through * @origin: the actor which initiated the redraw request + * @volume: paint volume to redraw * * The ::queue_redraw signal is emitted when clutter_actor_queue_redraw() * is called on @origin.