From bf12a2497be3a3c61f9f54c6ea9b45fee02ba8d5 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Mon, 25 Feb 2019 19:56:56 +0100 Subject: [PATCH] clutter: Make docs match with signal description Makes gobject-introspection happy again. Pointed out by Robert Mader at: https://gitlab.gnome.org/GNOME/mutter/merge_requests/196 --- clutter/clutter/clutter-actor.c | 1 + 1 file changed, 1 insertion(+) 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.