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:
parent
55d168d01a
commit
bf12a2497b
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user