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
This commit is contained in:
Carlos Garnacho 2019-02-25 19:56:56 +01:00
parent 55d168d01a
commit bf12a2497b

View File

@ -8014,6 +8014,7 @@ clutter_actor_class_init (ClutterActorClass *klass)
* ClutterActor::queue-redraw: * ClutterActor::queue-redraw:
* @actor: the actor we're bubbling the redraw request through * @actor: the actor we're bubbling the redraw request through
* @origin: the actor which initiated the redraw request * @origin: the actor which initiated the redraw request
* @volume: paint volume to redraw
* *
* The ::queue_redraw signal is emitted when clutter_actor_queue_redraw() * The ::queue_redraw signal is emitted when clutter_actor_queue_redraw()
* is called on @origin. * is called on @origin.